diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 9349762..65ab39a 100644
a
|
b
|
dynamically.
|
30 | 30 | |
31 | 31 | .. versionadded:: 1.4 |
32 | 32 | |
33 | | Django also allows to translate URLs according to the active language. |
34 | | This process is described in the |
35 | | :ref:`internationalization docs <url-internationalization>`. |
| 33 | Django also allows to translate URLs according to the active language. |
| 34 | This process is described in the |
| 35 | :ref:`internationalization docs <url-internationalization>`. |
36 | 36 | |
37 | 37 | .. _how-django-processes-a-request: |
38 | 38 | |