applied miscalleneous stub changes from Ben Longbons

This commit is contained in:
Matthias Kramm
2015-10-12 08:25:48 -07:00
parent 7d2a62b092
commit 8754806bbf

View File

@@ -1 +1 @@
def escape(s: str) -> str: ...
def escape(s: str, quote: bool = False) -> str: ...