Removed duplicated words in in comments and docs.

This commit is contained in:
Serhiy Storchaka 2014-12-01 18:30:14 +02:00
commit 83000a490a
16 changed files with 19 additions and 19 deletions

View file

@ -14944,7 +14944,7 @@ os_sysconf_impl(PyModuleDef *module, int name)
/* This code is used to ensure that the tables of configuration value names
* are in sorted order as required by conv_confname(), and also to build the
* are in sorted order as required by conv_confname(), and also to build
* the exported dictionaries that are used to publish information about the
* names available on the host platform.
*