diff options
Diffstat (limited to 'Lib/util.py')
-rw-r--r-- | Lib/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/util.py b/Lib/util.py index bb0a870..6cb1433 100644 --- a/Lib/util.py +++ b/Lib/util.py @@ -2,7 +2,7 @@ # NB: These are now built-in functions, but this module is provided # for compatibility. Don't use in new programs unless you need backward -# compatibility (with old interpreters). +# compatibility (i.e. need to run with old interpreters). # Remove an item from a list. |