summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-25 21:36:13 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-25 21:36:13 (GMT)
commit7999bfb2357f4dd97555b0b85605f115923faa5d (patch)
tree2d11f44c5184450b13f3d85336eba4f72be6cfa0 /Include
parent0189c010c30d62147793057b83eb539592e117bd (diff)
downloadcpython-7999bfb2357f4dd97555b0b85605f115923faa5d.zip
cpython-7999bfb2357f4dd97555b0b85605f115923faa5d.tar.gz
cpython-7999bfb2357f4dd97555b0b85605f115923faa5d.tar.bz2
There's a macro PycString_IMPORT which the documentation listed as
PycStringIO_IMPORT. While arguably the name used in the documentation is more consistent, I think it's probably safer not to change the macro definition and instead fix the doco.
Diffstat (limited to 'Include')
-rw-r--r--Include/cStringIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index c1328de..7389432 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -65,7 +65,7 @@
Before calling any of the functions or macros, you must initialize
the routines with:
- PycStringIO_IMPORT
+ PycString_IMPORT
This would typically be done in your init function.