summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-28 09:00:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-28 09:00:58 (GMT)
commitd7797c6e7a890712ff4597275e48e2d7e66396bd (patch)
treec0e8ddccc08788fac55a770e65fe612a2ff71d4c
parent72121c6c302d0e177d3f738f51685e0664343ccc (diff)
downloadcpython-d7797c6e7a890712ff4597275e48e2d7e66396bd.zip
cpython-d7797c6e7a890712ff4597275e48e2d7e66396bd.tar.gz
cpython-d7797c6e7a890712ff4597275e48e2d7e66396bd.tar.bz2
Remove trailing whitespaces in cStringIO.h.
-rw-r--r--Include/cStringIO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index 6ca44a8..973a471 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -7,7 +7,7 @@ extern "C" {
This header provides access to cStringIO objects from C.
Functions are provided for calling cStringIO objects and
- macros are provided for testing whether you have cStringIO
+ macros are provided for testing whether you have cStringIO
objects.
Before calling any of the functions or macros, you must initialize
@@ -28,7 +28,7 @@ extern "C" {
/* Basic functions to manipulate cStringIO objects from C */
static struct PycStringIO_CAPI {
-
+
/* Read a string from an input object. If the last argument
is -1, the remainder will be read.
*/