chore: removing unnecessary double spaces, a.k.a. "shotgun holes" (#22852)

This commit is contained in:
Evan Rusackas
2023-01-26 11:48:41 -07:00
committed by GitHub
parent 446d1779e1
commit 6998f65e1d
14 changed files with 20 additions and 20 deletions

View File

@@ -429,7 +429,7 @@ def parse_js_uri_path_item(
:param item: a uri path component
:param unquote: Perform unquoting of string using urllib.parse.unquote_plus()
:param eval_undefined: When set to True and item is either 'null' or 'undefined',
:param eval_undefined: When set to True and item is either 'null' or 'undefined',
assume item is undefined and return None.
:return: Either None, the original item or unquoted item
"""