mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-24 15:44:29 +08:00
clarified wording
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user