Skip to content

Commit d7d84eb

Browse files
committed
Tuple
1 parent e7b09d6 commit d7d84eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Tuple
144144
**Tuple is an immutable and hashable list.**
145145
```python
146146
<tuple> = ()
147-
<tuple> = (<el>, )
147+
<tuple> = (<el>,)
148148
<tuple> = (<el_1>, <el_2> [, ...])
149149
```
150150

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335

336336

337337
<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">&lt;tuple&gt; = ()
338-
&lt;tuple&gt; = (&lt;el&gt;, )
338+
&lt;tuple&gt; = (&lt;el&gt;,)
339339
&lt;tuple&gt; = (&lt;el_1&gt;, &lt;el_2&gt; [, ...])
340340
</code></pre></div>
341341

0 commit comments

Comments
 (0)