Skip to content

Commit a1caab1

Browse files
echedey-lsAdamRJensenIoannisSifnaios
committed
Add some little code to example
Co-Authored-By: Adam R. Jensen <[email protected]> Co-Authored-By: Ioannis Sifnaios <[email protected]>
1 parent d5f95f3 commit a1caab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ required for every function.
207207
Accessed: Feb. 1, 2009. [Online.]
208208
Available: http://www.cnn.com/POLITICS/01/21/obama_inaugurated/index.html
209209
"""
210-
return "Something"
210+
a = "Some"
211+
b = "thing"
212+
return a + b
211213
212214
A preview of how this docstring would render in the documentation can be seen in the
213215
following file: :download:`Example docstring<../_images/example_function_screenshot.png>`.

0 commit comments

Comments
 (0)