Pārlūkot izejas kodu

Docs: Fixes missing codeblock type

Ask Solem 9 gadi atpakaļ
vecāks
revīzija
d58c4406e0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 Or if you would like to disable this completely for all tasks
 you can pass ``strict_typing=False`` when creating the app:
 you can pass ``strict_typing=False`` when creating the app:
 
 
-.. code-block::
+.. code-block:: python
 
 
     app = Celery(..., strict_typing=False)
     app = Celery(..., strict_typing=False)