Skip to content

Commit 1868b30

Browse files
committed
fixed docstring typehints
1 parent bbf30aa commit 1868b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyben/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ def load(buffer, to_json=False):
119119
120120
Parameters
121121
----------
122-
buffer : `str` or `BytesIO`
122+
buffer : str
123123
Open and/or read data from file to be decoded.
124-
to_json : `bool`
124+
to_json : bool
125125
convert to json serializable metadata if True else leave it alone.
126126
127127
Returns
128128
-------
129-
`any` :
129+
any :
130130
(commonly `dict`), Decoded contents of file.
131131
132132
"""

0 commit comments

Comments
 (0)