[Python-checkins] cpython (3.4): Issue #24962: Remove space from filename

zach.ware python-checkins at python.org
Sun Aug 30 05:27:57 CEST 2015


https://hg.python.org/cpython/rev/2de6fba18ff6
changeset:   97545:2de6fba18ff6
branch:      3.4
parent:      97532:a90c6d608b85
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sat Aug 29 22:25:04 2015 -0500
summary:
  Issue #24962: Remove space from filename

files:
  Doc/using/mac.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -102,8 +102,9 @@
 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`.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list