Skip to content

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored and Sekenre committed Jun 1, 2023
1 parent 2bd6695 commit da0d178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Serializing and deserializing with cbor2 is pretty straightforward::
obj = loads(data)

# Efficiently deserialize from a file
with open('input.cbor', 'rb') as fp:
obj = load(fp)

Expand Down

0 comments on commit da0d178

Please sign in to comment.