Skip to content

Commit

Permalink
Merge pull request #187 from flying-sheep/patch-1
Browse files Browse the repository at this point in the history
Accept bytes
  • Loading branch information
MSeal committed Jul 28, 2020
2 parents a06f4c8 + 09c3b65 commit 9b9f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbformat/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def reads(s, **kwargs):
Parameters
----------
s : unicode
The raw unicode string to read the notebook from.
s : unicode | bytes
The raw string or bytes object to read the notebook from.
Returns
-------
Expand Down

0 comments on commit 9b9f46f

Please sign in to comment.