Skip to content

Commit 7ad314b

Browse files
committed
DOC: Fix codeblock
skipci
1 parent 5db5ac8 commit 7ad314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tasks_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Registering tasks
1414
For tasks to be registered, they must be imported in the app's ``AppConfig.ready`` method. For example, if the classes
1515
are defined in modules in a subpackage of the app called ``tasks``, the app config would look like this:
1616

17-
.. codeblock::
17+
.. code-block:: python
1818
1919
class ExampleAppConfig(AppConfig):
2020
"""Example (test server) app showing how you would use django-gcp within your own django server"""

0 commit comments

Comments
 (0)