summaryrefslogtreecommitdiff
path: root/oslo_utils/strutils.py
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-31 12:33:28 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-31 12:33:28 +0800
commitcbf5dde05cbeb1ea4d0321f3b518adad542ecbfe (patch)
treeaae6ef42dd40609de771148d3d7ded8d0ca64d87 /oslo_utils/strutils.py
parent947d73ae0ba6103f9612e6f3f5d52d91dcdf0989 (diff)
downloadoslo-utils-cbf5dde05cbeb1ea4d0321f3b518adad542ecbfe.tar.gz
Fix method split_path's docstring 'versionadded'
This method was merged in 3.11, not 3.9. Change-Id: I35a9778d017466b044521cbb4c9d282d14c128c4
Diffstat (limited to 'oslo_utils/strutils.py')
-rw-r--r--oslo_utils/strutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_utils/strutils.py b/oslo_utils/strutils.py
index d52542b..d2b976a 100644
--- a/oslo_utils/strutils.py
+++ b/oslo_utils/strutils.py
@@ -435,7 +435,7 @@ def split_path(path, minsegs=1, maxsegs=None, rest_with_last=False):
segments will return as None)
:raises: ValueError if given an invalid path
- .. versionadded:: 3.9
+ .. versionadded:: 3.11
"""
if not maxsegs:
maxsegs = minsegs