Skip to content

Commit 79966ca

Browse files
committed
fixup
1 parent b94198d commit 79966ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/usage/configuration/docstrings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ class ClassWithoutDocstring:
623623
- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
624624
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
625625

626-
Whether to render the "Attributes" sections of docstrings.
626+
Whether to render the "Attributes" section of docstrings.
627627

628628
```yaml title="in mkdocs.yml (global configuration)"
629629
plugins:
@@ -676,7 +676,7 @@ class Class:
676676
- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
677677
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
678678

679-
Whether to render the "Functions" or "Methods" sections of docstrings.
679+
Whether to render the "Functions" or "Methods" section of docstrings.
680680

681681
```yaml title="in mkdocs.yml (global configuration)"
682682
plugins:
@@ -751,7 +751,7 @@ class Class:
751751
- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
752752
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
753753

754-
Whether to render the "Classes" sections of docstrings.
754+
Whether to render the "Classes" section of docstrings.
755755

756756
```yaml title="in mkdocs.yml (global configuration)"
757757
plugins:
@@ -809,7 +809,7 @@ class Class:
809809

810810
- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
811811

812-
Whether to render the "Type Aliases" sections of docstrings.
812+
Whether to render the "Type Aliases" section of docstrings.
813813

814814
```yaml title="in mkdocs.yml (global configuration)"
815815
plugins:
@@ -868,7 +868,7 @@ type TypeAlias = int
868868
- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
869869
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
870870

871-
Whether to render the "Modules" sections of docstrings.
871+
Whether to render the "Modules" section of docstrings.
872872

873873
```yaml title="in mkdocs.yml (global configuration)"
874874
plugins:

0 commit comments

Comments
 (0)