diff options
Diffstat (limited to 'Lib/macurl2path.py')
-rw-r--r-- | Lib/macurl2path.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py index 4c43d2110f..c971edaa22 100644 --- a/Lib/macurl2path.py +++ b/Lib/macurl2path.py @@ -1,5 +1,6 @@ -"""Mac specific module for conversion between pathnames and URLs. -Do not import directly, use urllib instead.""" +"""Macintosh-specific module for conversion between pathnames and URLs. + +Do not import directly; use urllib instead.""" import string import urllib |