Skip to content

Commit

Permalink
Fixed statement about data structures
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-patrignani committed Mar 19, 2024
1 parent 548f342 commit be6addf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basic_concepts/data_structures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"source": [
"::: {.callout-tip}\n",
"## Tip\n",
"While lists are created using `[]`, dictionaries using `{}`, and tuples using `()`, to access the content inside all of them use use `[]`.\n",
"Lists are created using `[]`, dictionaries using `{}`, and tuples using `()`, but to access the content inside all of them we use `[]`.\n",
":::\n"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/basic_concepts/data_structures.html
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ <h1 class="title"><span class="chapter-number">15</span>&nbsp; <span class="chap
</div>
</div>
<div class="callout-body-container callout-body">
<p>While lists are created using <code>[]</code>, dictionaries using <code>{}</code>, and tuples using <code>()</code>, to access the content inside all of them use use <code>[]</code>.</p>
<p>Lists are created using <code>[]</code>, dictionaries using <code>{}</code>, and tuples using <code>()</code>, but to access the content inside all of them we use <code>[]</code>.</p>
</div>
</div>
<section id="lists" class="level2">
Expand Down

0 comments on commit be6addf

Please sign in to comment.