mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Merge pull request #361 from koniiiik/py3kdoc
Fixed a typo in the Python 3 compatibility docs.
This commit is contained in:
commit
3c27344b45
@ -324,8 +324,8 @@ Writing compatible code with six
|
|||||||
six_ is the canonical compatibility library for supporting Python 2 and 3 in
|
six_ is the canonical compatibility library for supporting Python 2 and 3 in
|
||||||
a single codebase. Read its documentation!
|
a single codebase. Read its documentation!
|
||||||
|
|
||||||
:mod`six` is bundled with Django as of version 1.4.2. You can import it as
|
:mod:`six` is bundled with Django as of version 1.4.2. You can import it as
|
||||||
:mod`django.utils.six`.
|
:mod:`django.utils.six`.
|
||||||
|
|
||||||
Here are the most common changes required to write compatible code.
|
Here are the most common changes required to write compatible code.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user