Explorar o código

Merge pull request #1908 from mbacho/patch-1

Update first-steps-with-django.rst
Ionel Cristian Mărieș %!s(int64=11) %!d(string=hai) anos
pai
achega
406b0c86ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -49,7 +49,7 @@ both the app and tasks, like in the :ref:`tut-celery` tutorial.
 
 Let's break down what happens in the first module,
 first we import absolute imports from the future, so that our
-``celery.py`` module will not crash with the library:
+``celery.py`` module will not clash with the library:
 
 .. code-block:: python