0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed a broken link in the Python 3 docs.

Thanks ptone for the report.
This commit is contained in:
Aymeric Augustin 2012-07-22 19:48:10 +02:00
parent 690cabe203
commit ebc89a800a

View File

@ -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`.