Skip to content

Commit e671ad3

Browse files
authored
Merge pull request realpython#783 from derekargueta/master
Typo fix
2 parents 97aa378 + 2d4d8b4 commit e671ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/which-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ I'll be blunt:
3030
- Software that is already built often depends on Python 2.7.
3131
- If you are writing a new open source Python library, it's best to write it for both Python 2 and 3
3232
simultaneously. Only supporting Python 3 for a new library you want to be widely adopted is a
33-
political statment and will alienate many of your users. This is not a problem — slowly, over the next three years, this will become less the case.
33+
political statement and will alienate many of your users. This is not a problem — slowly, over the next three years, this will become less the case.
3434

3535
So.... 3?
3636
~~~~~~~~~

0 commit comments

Comments
 (0)