summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-02-25 16:33:56 (GMT)
committerBarry Warsaw <barry@python.org>1998-02-25 16:33:56 (GMT)
commit6c6db0a07361f4283dc12f3a30cddc4b4522f41d (patch)
treeb477bf37d1b62caa5b9aabc7f91a51c34607bfc3 /Misc
parent7266496b0043fa77375ebf31aceeff829aed8b80 (diff)
downloadcpython-6c6db0a07361f4283dc12f3a30cddc4b4522f41d.zip
cpython-6c6db0a07361f4283dc12f3a30cddc4b4522f41d.tar.gz
cpython-6c6db0a07361f4283dc12f3a30cddc4b4522f41d.tar.bz2
(py-temp-directory): Minor docstring nit.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 25a3b9d..bbe38b3 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -246,7 +246,7 @@ told <grin>."
(funcall ok "/tmp")
(funcall ok ".")
(error
- "Couldn't find a usable temp directory -- set py-temp-directory")))
+ "Couldn't find a usable temp directory -- set `py-temp-directory'")))
"*Directory used for temp files created by a *Python* process.
By default, the first directory from this list that exists and that you
can write into: the value (if any) of the environment variable TMPDIR,