diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/cStringIO.h | 2 |
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. |