소스 검색

Docs: Fixes missing codeblock type

Ask Solem 8 년 전
부모
커밋
d58c4406e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/whatsnew-4.0.rst

+ 1 - 1
docs/whatsnew-4.0.rst

@@ -603,7 +603,7 @@ You can disable the argument checking for any task by setting its
 Or if you would like to disable this completely for all tasks
 you can pass ``strict_typing=False`` when creating the app:
 
-.. code-block::
+.. code-block:: python
 
     app = Celery(..., strict_typing=False)