Skip to content

Commit 083d941

Browse files
committed
[docs] fix docstring
1 parent 420c414 commit 083d941

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

easytree/types.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ def cast(value, *, sealed=False, frozen=False):
1414
----------
1515
value : any
1616
the value to cast to an easytree type
17-
kwargs : dict
18-
additional parameters to pass to the easytree.dict or easytree.list
19-
initialisation (sealed, frozen)
17+
sealed : bool
18+
True if cast object is sealed, False otherwise
19+
frozen : bool
20+
True if cast object is frozen, False otherwise
2021
2122
Returns
2223
-------

0 commit comments

Comments
 (0)