summaryrefslogtreecommitdiff
path: root/Include/cStringIO.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-25 21:36:13 +0000
committerGuido van Rossum <guido@python.org>1999-01-25 21:36:13 +0000
commit08fa6564391615abc966950b519a3716adc6a147 (patch)
treea60b53f06ac0611235e7420303ffeeaca98e0c7d /Include/cStringIO.h
parent66ea2ee59007fcf77304056b9e13dd9fbcd8f4a3 (diff)
downloadcpython-08fa6564391615abc966950b519a3716adc6a147.tar.gz
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/cStringIO.h')
-rw-r--r--Include/cStringIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index c1328de0d8..7389432934 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.