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

Skip to content

Commit bfca3ca

Browse files
committed
fix typo (closes python#20892)
1 parent 18a364f commit bfca3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/pyporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ between Python 2 and 3 easier.
111111
Projects to Consider
112112
--------------------
113113

114-
The lowest level library for suppoting Python 2 & 3 simultaneously is six_.
114+
The lowest level library for supporting Python 2 & 3 simultaneously is six_.
115115
Reading through its documentation will give you an idea of where exactly the
116116
Python language changed between versions 2 & 3 and thus what you will want the
117117
library to help you continue to support.

0 commit comments

Comments
 (0)