Skip to content

Commit bdb9f7c

Browse files
author
Matthew Fisher
committed
fix(docs): add codeblock spacing
The format of the codeblock is incorrect.
1 parent ac64744 commit bdb9f7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/contributing/standards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@ Referencing Issues
247247
Closed bugs should be listed on a separate line in the footer prefixed with the "closes"
248248
keyword like this:
249249

250-
.. code-block::console
250+
.. code-block:: console
251251
252252
closes #123
253253
254254
Or in the case of multiple issues:
255255

256-
.. code-block::console
256+
.. code-block:: console
257257
258258
closes #123, #456, #789
259259

0 commit comments

Comments
 (0)