Skip to content

Commit 3eb8d34

Browse files
authored
STY: Add Yields section to option_context (#59490)
Add Yields section to option_context
1 parent 9c776ae commit 3eb8d34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: 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)