Skip to content

Commit 067d4fd

Browse files
author
Henry
authored
update link to config.py in options user guide (#39414)
1 parent a427887 commit 067d4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace:
3131
* :func:`~pandas.option_context` - execute a codeblock with a set of options
3232
that revert to prior settings after execution.
3333

34-
**Note:** Developers can check out `pandas/core/config.py <https://github.com/pandas-dev/pandas/blob/master/pandas/core/config.py>`_ for more information.
34+
**Note:** Developers can check out `pandas/core/config_init.py <https://github.com/pandas-dev/pandas/blob/master/pandas/core/config_init.py>`_ for more information.
3535

3636
All of the functions above accept a regexp pattern (``re.search`` style) as an argument,
3737
and so passing in a substring will work - as long as it is unambiguous:

0 commit comments

Comments
 (0)