diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-22 19:48:10 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-22 19:48:10 +0200 |
| commit | ebc89a800ac743bccb56810526c352fedd2aaa3e (patch) | |
| tree | 4d5416b25ea07549cf0ee3b1161879ae6ff93dc2 /docs/topics/python3.txt | |
| parent | 690cabe2033b43999f576cbe581b8f465903eda0 (diff) | |
Fixed a broken link in the Python 3 docs.
Thanks ptone for the report.
Diffstat (limited to 'docs/topics/python3.txt')
| -rw-r--r-- | docs/topics/python3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index cfa38d9bec..7c1cb53150 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -66,8 +66,8 @@ Use :func:`six.reraise`. Writing compatible code with six ================================ -six is the canonical compatibility library for supporting Python 2 and 3 in -a single codebase. Read its `documentation <six>`_! +six_ is the canonical compatibility library for supporting Python 2 and 3 in +a single codebase. Read its documentation! :mod:`six` is bundled with Django: you can import it as :mod:`django.utils.six`. |
