clarified wording

This commit is contained in:
Victor Embacher
2021-08-23 14:55:44 +02:00
parent f61bfa7d5e
commit 9fdb863f18
+1 -1
View File
@@ -2323,7 +2323,7 @@ def create_connection(db_file):
#----------------------------------------------------------------------------
#Returns a generator that returns the sanitized arguments.
#Returns a generator that yields the sanitized arguments.
#----------------------------------------------------------------------------
def sanitize_input(*args):
return (escape(a) for a in args)