diff --git a/src/content/dictionary/tuple.mdx b/src/content/dictionary/tuple.mdx index c4c6e80..f594e82 100644 --- a/src/content/dictionary/tuple.mdx +++ b/src/content/dictionary/tuple.mdx @@ -11,7 +11,7 @@ Tuples allows for slicing and indexing like lists, but do not have methods for d ## Example ```python -# creating a tuple +# creating a tup mySiblings = ('Susan', 'James', 'Bryan') # accessing an element within a tuple: