Skip to content

Commit f6fc928

Browse files
algalivanov
andauthored
Update versionchanged in docstring
Co-authored-by: Paul Ivanov <pi@berkeley.edu>
1 parent dc04780 commit f6fc928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/core/shellapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def init_path(self):
257257
Try to insert after the standard library, instead of first.
258258
.. versionchanged:: 8.0
259259
Allow optionally not including the current directory in sys.path
260-
.. versionchanged:: X.X
260+
.. versionchanged:: 9.7
261261
Respect sys.flags.safe_path (PYTHONSAFEPATH and -P flag)
262262
"""
263263
if "" in sys.path or self.ignore_cwd or sys.flags.safe_path:

0 commit comments

Comments
 (0)