]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24962: Remove space from filename
authorZachary Ware <zachary.ware@gmail.com>
Sun, 30 Aug 2015 03:25:04 +0000 (22:25 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Sun, 30 Aug 2015 03:25:04 +0000 (22:25 -0500)
Doc/using/mac.rst

index 9f47fb4db0c521e1f645c6c7da0547e76164c9e0..937a40ae0088a40a608d597db9dfe4be9aaa53f9 100644 (file)
@@ -109,8 +109,9 @@ Configuration
 Python on OS X honors all standard Unix environment variables such as
 :envvar:`PYTHONPATH`, but setting these variables for programs started from the
 Finder is non-standard as the Finder does not read your :file:`.profile` or
-:file:`.cshrc` at startup. You need to create a file :file:`~
-/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for details.
+:file:`.cshrc` at startup. You need to create a file
+:file:`~/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for
+details.
 
 For more information on installation Python packages in MacPython, see section
 :ref:`mac-package-manager`.