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 d5f95f3 commit a1caab1Copy full SHA for a1caab1
docs/sphinx/source/contributing/style_guide.rst
@@ -207,7 +207,9 @@ required for every function.
207
Accessed: Feb. 1, 2009. [Online.]
208
Available: http://www.cnn.com/POLITICS/01/21/obama_inaugurated/index.html
209
"""
210
- return "Something"
+ a = "Some"
211
+ b = "thing"
212
+ return a + b
213
214
A preview of how this docstring would render in the documentation can be seen in the
215
following file: :download:`Example docstring<../_images/example_function_screenshot.png>`.
0 commit comments