Fix typo santized -> sanitized

This commit is contained in:
Benjamin Drung 2016-04-04 14:30:28 +02:00
parent d7af01da2b
commit db7af998ee

View file

@ -962,7 +962,7 @@ def shell(cmd,
This passes the cmd argument directly to the shell
without any further processing! Be absolutely sure that you
have properly santized the command passed to this function
have properly sanitized the command passed to this function
and do not use untrusted inputs.
Note that ``env`` represents the environment variables for the command, and