From 03039ad53ea13585dc48b52760d7dea8a31bd5de Mon Sep 17 00:00:00 2001 From: HGSilveri Date: Fri, 22 Sep 2023 16:39:39 +0200 Subject: [PATCH] Fix typo in tutorial text --- tutorials/advanced_features/Serialization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/advanced_features/Serialization.ipynb b/tutorials/advanced_features/Serialization.ipynb index d54c1c4ca..16ab34a13 100644 --- a/tutorials/advanced_features/Serialization.ipynb +++ b/tutorials/advanced_features/Serialization.ipynb @@ -109,7 +109,7 @@ "source": [ "We can note that it is possible to provide optional parameters of `json.dumps` such as `indent` via a dictionnary in the argument `json_dumps_options`.\n", "\n", - "Providing optional arguments to `to_abstract_repr` defines default parameters in the JSON object (like the name of the sequence `seq_name`). This does not change the `Sequence` object in itself, as we'll in the following part about deserialization." + "Providing optional arguments to `to_abstract_repr` defines default parameters in the JSON object (like the name of the sequence `seq_name`). This does not change the `Sequence` object in itself, as we'll see in the following part about deserialization." ] }, {