Skip to content

Commit 8d21a92

Browse files
author
georg.brandl
committedJan 3, 2009
Remove trailing whitespace.
git-svn-id: http://svn.python.org/projects/python/trunk@68220 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 12481e2 commit 8d21a92

File tree

149 files changed

+771
-771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+771
-771
lines changed
 

‎Doc/c-api/buffer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ returning data from the target object.
3030

3131
.. index:: single: PyBufferProcs
3232

33-
More information on the buffer interface is provided in the section
33+
More information on the buffer interface is provided in the section
3434
:ref:`buffer-structs`, under the description for :ctype:`PyBufferProcs`.
3535

3636
A "buffer object" is defined in the :file:`bufferobject.h` header (included by

‎Doc/c-api/conversion.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following functions provide locale-independent string to number conversions.
7777

7878
.. versionadded:: 2.4
7979

80-
80+
8181
.. cfunction:: double PyOS_ascii_atof(const char *nptr)
8282

8383
Convert a string to a :ctype:`double` in a locale-independent way.
@@ -86,7 +86,7 @@ The following functions provide locale-independent string to number conversions.
8686

8787
See the Unix man page :manpage:`atof(2)` for details.
8888

89-
89+
9090
.. cfunction:: char * PyOS_stricmp(char *s1, char *s2)
9191

9292
Case insensitive comparison of strings. The function works almost

0 commit comments

Comments
 (0)