Skip to content

Commit fc1159b

Browse files
committed
Update style_guide.rst
1 parent 595ce25 commit fc1159b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ required for every function.
189189
Examples
190190
--------
191191
>>> example_function(1, 1, 1)
192-
'None'
192+
'Something'
193193
194194
References
195195
----------
@@ -200,7 +200,7 @@ required for every function.
200200
and Driesse, A. “pvlib python: 2023 project update.” Journal of Open
201201
Source Software, 8(92), 5994, (2023). :doi:`10.21105/joss.05994`.
202202
"""
203-
return "None"
203+
return "Something"
204204
205205
A preview of how this docstring would render in the documentation can be seen in the
206206
following file: :download:`Example docstring<../_images/example_function_screenshot.png>`.

0 commit comments

Comments
 (0)