Removed duplicated words in in comments and docs. · python/cpython@0f8f784 · GitHub
Skip to content

Commit 0f8f784

Browse files
Removed duplicated words in in comments and docs.
1 parent d862db0 commit 0f8f784

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lib/hashlib.py

Lines changed: 1 addition & 1 deletion

Lib/test/test_docxmlrpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PORT = None
1111

1212
def make_request_and_skipIf(condition, reason):
13-
# If we skip the test, we have to make a request because the
13+
# If we skip the test, we have to make a request because
1414
# the server created in setUp blocks expecting one to come in.
1515
if not condition:
1616
return lambda func: func

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8496,7 +8496,7 @@ posix_sysconf(PyObject *self, PyObject *args)
84968496

84978497

84988498
/* This code is used to ensure that the tables of configuration value names
8499-
* are in sorted order as required by conv_confname(), and also to build the
8499+
* are in sorted order as required by conv_confname(), and also to build
85008500
* the exported dictionaries that are used to publish information about the
85018501
* names available on the host platform.
85028502
*

Python/pystrtod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ PyOS_ascii_atof(const char *nptr)
324324
325325
On overflow (e.g., when trying to convert '1e500' on an IEEE 754 machine),
326326
if overflow_exception is NULL then +-Py_HUGE_VAL is returned, and no Python
327-
exception is raised. Otherwise, overflow_exception should point to a
327+
exception is raised. Otherwise, overflow_exception should point to
328328
a Python exception, this exception will be raised, -1.0 will be returned,
329329
and *endptr will point just past the end of the converted value.
330330

Python/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ lcg_urandom(unsigned int x0, unsigned char *buffer, size_t size)
274274
}
275275

276276
/* Fill buffer with size pseudo-random bytes from the operating system random
277-
number generator (RNG). It is suitable for for most cryptographic purposes
277+
number generator (RNG). It is suitable for most cryptographic purposes
278278
except long living private keys for asymmetric encryption.
279279
280280
Return 0 on success, raise an exception and return -1 on error. */

Python/thread.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)