Переглянути джерело

Update first-steps-with-django.rst

Fix typo 'crash' to 'clash'
mbacho 11 роки тому
батько
коміт
1e77fcd65c
1 змінених файлів з 1 додано та 1 видалено
  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,
 Let's break down what happens in the first module,
 first we import absolute imports from the future, so that our
 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
 .. code-block:: python