summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2009-06-30 22:56:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2009-06-30 22:56:16 (GMT)
commitbe96cf608fa656d7e53144cf85082ed5661e8c13 (patch)
treef7f85e7d44d6e8ec77baf67ef50aeeffa761d1d3
parentc2f5a595bafbbc7fa86b008075f09f411c9abaaf (diff)
downloadcpython-be96cf608fa656d7e53144cf85082ed5661e8c13.zip
cpython-be96cf608fa656d7e53144cf85082ed5661e8c13.tar.gz
cpython-be96cf608fa656d7e53144cf85082ed5661e8c13.tar.bz2
Fixed a backslash that was not supposed to be there
-rw-r--r--Doc/library/macostools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/macostools.rst b/Doc/library/macostools.rst
index e2ec01c..6aedf06 100644
--- a/Doc/library/macostools.rst
+++ b/Doc/library/macostools.rst
@@ -59,7 +59,7 @@ documentation. Hence, aliases created with :func:`mkalias` could conceivably
have incompatible behaviour in some cases.
-:mod:`findertools` --- The :program:`finder`\'s Apple Events interface
+:mod:`findertools` --- The :program:`finder`'s Apple Events interface
======================================================================
.. module:: findertools