Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dc65d6

Browse files
committed
Fix typos.
1 parent 7f3ed74 commit 7dc65d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ for patch submission may be found at http://www.python.org/patches/.
134134

135135
If you have a proposal to change Python, it's best to submit a Python
136136
Enhancement Proposal (PEP) first. All current PEPs, as well as
137-
guidelines for submitting a new PEP, are list at
137+
guidelines for submitting a new PEP, are listed at
138138
http://python.sourceforge.net/peps/.
139139

140140

@@ -285,7 +285,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
285285

286286
you need to first make sure that the library is available on
287287
your system. Then, you need to instruct the dynamic loader how
288-
to find it. You can chose any of the following strategies:
288+
to find it. You can choose any of the following strategies:
289289

290290
1. When compiling Python, set LD_RUN_PATH to the directories
291291
containing missing libraries.
@@ -545,7 +545,7 @@ Cygwin: With recent (relative to the time of writing, 2001-12-19)
545545

546546
To do this, run "./configure --with-threads=no" including any
547547
other options you need (--prefix, etc.). Then in Modules/Setup
548-
uncomment the lines:
548+
uncomment the lines:
549549

550550
#SSL=/usr/local/ssl
551551
#_socket socketmodule.c \
@@ -689,7 +689,7 @@ more, but the information below is not enough to write a patch for the
689689
configure.in file, so manual intervention is required. If you patch
690690
the configure.in file and are confident that the patch works, please
691691
send in the patch. (Don't bother patching the configure script itself
692-
-- it is regenerated each the configure.in file changes.)
692+
-- it is regenerated each time the configure.in file changes.)
693693

694694
Compiler switches for threads
695695
.............................
@@ -820,7 +820,7 @@ gprof(1):
820820

821821
Note that on Linux, gprof apparently does not work for shared
822822
libraries. The Makefile/Setup mechanism can be used to compile and
823-
link most extension module statically.
823+
link most extension modules statically.
824824

825825

826826
Testing

0 commit comments

Comments
 (0)