You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/options.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ namespace:
31
31
* :func:`~pandas.option_context` - execute a codeblock with a set of options
32
32
that revert to prior settings after execution.
33
33
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.
35
35
36
36
All of the functions above accept a regexp pattern (``re.search`` style) as an argument,
37
37
and so passing in a substring will work - as long as it is unambiguous:
0 commit comments