We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf30aa commit 1868b30Copy full SHA for 1868b30
1 file changed
pyben/api.py
@@ -119,14 +119,14 @@ def load(buffer, to_json=False):
119
120
Parameters
121
----------
122
- buffer : `str` or `BytesIO`
+ buffer : str
123
Open and/or read data from file to be decoded.
124
- to_json : `bool`
+ to_json : bool
125
convert to json serializable metadata if True else leave it alone.
126
127
Returns
128
-------
129
- `any` :
+ any :
130
(commonly `dict`), Decoded contents of file.
131
132
"""
0 commit comments