8000 docs: Fix a typo in `show_docstring_attributes` example · mkdocstrings/python@8eb459f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8eb459f

Browse files
authored
docs: Fix a typo in show_docstring_attributes example
1 parent 93ccaaa commit 8eb459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/configuration/docstrings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ plugins:
416416
```md title="or in docs/some_page.md (local configuration)"
417417
::: path.to.module
418418
options:
419-
show_if_no_docstring: false
419+
show_docstring_attributes: false
420420
```
421421

422422
```python

0 commit comments

Comments
 (0)
0