Skip to content

Commit 9a3b105

Browse files
mroeschkeshreyas-dev
authored andcommitted
STY: Add Yields section to option_context (pandas-dev#59490)
Add Yields section to option_context
1 parent 30e8df4 commit 9a3b105

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/_config/config.py

+5
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ def option_context(*args) -> Generator[None, None, None]:
426426
None
427427
No return value.
428428
429+
Yields
430+
------
431+
None
432+
No yield value.
433+
429434
See Also
430435
--------
431436
get_option : Retrieve the value of the specified option.

0 commit comments

Comments
 (0)