diff --git a/stdlib/3/cgi.pyi b/stdlib/3/cgi.pyi index 8c622dfb7..86d4eac1c 100644 --- a/stdlib/3/cgi.pyi +++ b/stdlib/3/cgi.pyi @@ -1 +1 @@ -def escape(s: str) -> str: ... +def escape(s: str, quote: bool = False) -> str: ...