forked from orbit-oss/flask
Fix small typo in python3 docs
Add missing 'be'
This commit is contained in:
parent
6e46d0cd39
commit
1ffd07ff5a
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ specifically added for the Python 3 support and are quite new.
|
||||||
Unless you require absolute compatibility, you should be fine with Python 3
|
Unless you require absolute compatibility, you should be fine with Python 3
|
||||||
nowadays. Most libraries and Flask extensions have been ported by now and
|
nowadays. Most libraries and Flask extensions have been ported by now and
|
||||||
using Flask with Python 3 is generally a smooth ride. However, keep in mind
|
using Flask with Python 3 is generally a smooth ride. However, keep in mind
|
||||||
that most libraries (including Werkzeug and Flask) might not quite as stable
|
that most libraries (including Werkzeug and Flask) might not be quite as
|
||||||
on Python 3 yet. You might therefore sometimes run into bugs that are
|
stable on Python 3 yet. You might therefore sometimes run into bugs that are
|
||||||
usually encoding-related.
|
usually encoding-related.
|
||||||
|
|
||||||
The majority of the upgrade pain is in the lower-level libraries like
|
The majority of the upgrade pain is in the lower-level libraries like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue