We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PrintOK
1 parent 583b8fe commit 5253358Copy full SHA for 5253358
docs/usage/configuration/docstrings.md
@@ -120,7 +120,7 @@ class PrintOK:
120
"""Initialize the instance.
121
122
Examples:
123
- >>> Class() # doctest: +NORMALIZE_WHITESPACE
+ >>> PrintOK() # doctest: +NORMALIZE_WHITESPACE
124
ok
125
"""
126
print("ok")
@@ -136,7 +136,7 @@ class PrintOK:
136
<p>Examples:</p>
137
138
```pycon
139
->>> Class()
+>>> PrintOK()
140
141
```
142
////
@@ -149,7 +149,7 @@ ok
149
150
151
152
->>> Class() # doctest: +NORMALIZE_WHITESPACE
+>>> PrintOK() # doctest: +NORMALIZE_WHITESPACE
153
154
155
0 commit comments