summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2009-05-28 03:12:16 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2009-05-28 03:12:16 (GMT)
commitdd0388a1c218d1ae2074d56b19e8e765a254c938 (patch)
tree14b4e5eda6aaa5912f6dbaf981cbcb4d1bb1e4a2 /Python
parent80319a3a53dca3b816390fc87ac557d1e9e81e89 (diff)
downloadcpython-dd0388a1c218d1ae2074d56b19e8e765a254c938.zip
cpython-dd0388a1c218d1ae2074d56b19e8e765a254c938.tar.gz
cpython-dd0388a1c218d1ae2074d56b19e8e765a254c938.tar.bz2
further hint to where the open docs really are
Diffstat (limited to 'Python')
-rw-r--r--Python/bltinmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index f8a6d93..c1e934e 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1485,7 +1485,7 @@ PyDoc_STRVAR(open_doc,
"open(name[, mode[, buffering]]) -> file object\n\
\n\
Open a file using the file() type, returns a file object. This is the\n\
-preferred way to open a file.");
+preferred way to open a file. See file.__doc__ for further information.");
static PyObject *