@ -144,7 +144,7 @@ Tuple
**Tuple is an immutable and hashable list.**
```python
<tuple> = ()
<tuple> = (<el>, )
<tuple> = (<el>,)
<tuple> = (<el_1>, <el_2> [, ...])
```
@ -335,7 +335,7 @@ Counter({<span class="hljs-string">'blue'</span>: <span class="hljs-number">3</s
<div><h2 id="tuple"><a href="#tuple" name="tuple">#</a>Tuple</h2><p><strong>Tuple is an immutable and hashable list.</strong></p><pre><code class="python language-python hljs"><tuple> = ()
<tuple> = (<el>, )
<tuple> = (<el>,)
<tuple> = (<el_1>, <el_2> [, ...])
</code></pre></div>