s/BaseCapObject/BaseObject/ (error in documentation)
This commit is contained in:
parent
e5f11a15eb
commit
1ea36ced3f
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class CapBank(CapCollection):
|
||||||
:type objs: tuple[:class:`BaseObject`]
|
:type objs: tuple[:class:`BaseObject`]
|
||||||
:param split_path: path to discover
|
:param split_path: path to discover
|
||||||
:type split_path: :class:`list`
|
:type split_path: :class:`list`
|
||||||
:rtype: iter[:class:`BaseCapObject`]
|
:rtype: iter[:class:`BaseObject`]
|
||||||
"""
|
"""
|
||||||
if Account in objs:
|
if Account in objs:
|
||||||
self._restrict_level(split_path)
|
self._restrict_level(split_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue