Skip to content

Commit

Permalink
Fix typo in tutorial text
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Sep 22, 2023
1 parent 59bf4d0 commit 03039ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/advanced_features/Serialization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 03039ad

Please sign in to comment.