Samuel Dion-Girardeau 7 лет назад
Родитель
Сommit
9f6ea762a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/userguide/testing.rst

+ 1 - 1
docs/userguide/testing.rst

@@ -155,7 +155,7 @@ Example:
 
 .. code-block:: python
 
-    # Put this in your confttest.py
+    # Put this in your conftest.py
     @pytest.fixture(scope='session')
     def celery_config():
         return {