From da0d17876c777d762c3c3fd96365714588013e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 24 Apr 2023 09:36:16 +0300 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 8be27a81..54e69fc6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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)