Skip to content

Commit 43e31a2

Browse files
authored
Merge pull request python3statement#96 from python3statement/mscuthbert-patch-1-unicode
Change ≥ to >= in Py2 code
2 parents 34a4c3f + 5c5ab05 commit 43e31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_practicalities/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if sys.version_info < (3,):
229229
Unfortunately Frobulator 6.0 and above are not compatible with Python 2
230230
anymore, and you still ended up with this version installed on your system.
231231
That's a bummer; sorry about that. It should not have happened. Make sure you
232-
have pip 9.0 to avoid this kind of issues, as well as setuptools 24.2:
232+
have pip >= 9.0 to avoid this kind of issues, as well as setuptools >= 24.2:
233233
234234
$ pip install pip setuptools --upgrade
235235

0 commit comments

Comments
 (0)