Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22c2751

Browse files
Kai Tetzlaff (moka.tetzco.de)Carreau
authored andcommitted
fix function references for get_ipython_dir and locate_profile
1 parent 5f67728 commit 22c2751

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/development/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ profile with:
8181
$ ipython locate profile foo
8282
/home/you/.ipython/profile_foo
8383

84-
These map to the utility functions: :func:`IPython.utils.path.get_ipython_dir`
85-
and :func:`IPython.utils.path.locate_profile` respectively.
84+
These map to the utility functions: :func:`IPython.paths.get_ipython_dir`
85+
and :func:`IPython.paths.locate_profile` respectively.
8686

8787

8888
.. _profiles_dev:

0 commit comments

Comments
 (0)