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.
1 parent e385dba commit c4dda16Copy full SHA for c4dda16
docs/developer/style_guide.md
@@ -251,7 +251,7 @@ and the second ensures the added types are consistent with the rest of the codeb
251
252
253
# Docstring Style
254
-Python Client documentation is autogenerated from docstrings, and need to follow a defined style.
+Python Client documentation is autogenerated from docstrings, and needs to follow a defined style.
255
Client Docstrings use the `numpy` style, a [description of the style can be found here](https://numpydoc.readthedocs.io/en/latest/format.html)
256
and [an example can be found here](https://www.sphinx-doc.org/en/master/usage/extensions/example_numpy.html).
257
0 commit comments