Fixed typo from 7435cc01.

Thanks kmike.
This commit is contained in:
Aymeric Augustin 2012-09-07 17:37:08 -04:00
parent 7435cc0167
commit 2649cb8ff3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ don't yet suggest that you use Django and Python 3 in production.
Python 3 support should be considered a "preview". It's offered to bootstrap Python 3 support should be considered a "preview". It's offered to bootstrap
the transition of the Django ecosystem to Python 3, and to help you start the transition of the Django ecosystem to Python 3, and to help you start
porting your apps for future Python 3 compatibility. But we're not yet porting your apps for future Python 3 compatibility. But we're not yet
confidant enough to promise stability in production. confident enough to promise stability in production.
Our current plan is to make Django 1.6 suitable for general use with Python 3. Our current plan is to make Django 1.6 suitable for general use with Python 3.