Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Feb 8, 2024
1 parent 0e4243a commit 657e195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/testcode_block.py
Expand Up @@ -59,7 +59,8 @@ def get_code_block_location(obj_path, lineno_in_docstring, repo_root):

class TestCodeBlockDirective(CodeBlock):
"""
Dumps code blocks marked with the `:test:` option to files for testing.
Overrides the `code-block` directive to dump code blocks marked with the `:test:` option
to files for testing.
```
.. code-block:: python
Expand Down

0 comments on commit 657e195

Please sign in to comment.