From 91147becee10e493fd2e978a433b992591e52970 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 8 Feb 2024 17:41:15 +0100 Subject: [PATCH] Update 1_3_Sequences.ipynb Formatting improvement. --- python/1_3_Sequences.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/1_3_Sequences.ipynb b/python/1_3_Sequences.ipynb index f4c718b..49b04a6 100644 --- a/python/1_3_Sequences.ipynb +++ b/python/1_3_Sequences.ipynb @@ -377,7 +377,7 @@ "\n", "Tuples are faster than lists. Its main usage is when the collection is constant, or you do not want it can be changed (write protected). \n", "\n", - "Tuples can be converted into lists and vice-versa, with the methods list() and tuple()." + "Tuples can be converted into lists and vice-versa, with the methods *list()* and *tuple()*." ] }, {