mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Changes "Outupt" to "Output"
This commit is contained in:
commit
3c97d1b980
1 changed files with 2 additions and 2 deletions
4
README.md
vendored
4
README.md
vendored
|
@ -120,7 +120,7 @@ Probably unexpected output
|
||||||
```py
|
```py
|
||||||
Setting up examples for clarification (if necessary)
|
Setting up examples for clarification (if necessary)
|
||||||
```
|
```
|
||||||
**Outupt:**
|
**Output:**
|
||||||
```py
|
```py
|
||||||
>>> trigger # some example that makes it easy to unveil the magic
|
>>> trigger # some example that makes it easy to unveil the magic
|
||||||
# some justified output
|
# some justified output
|
||||||
|
@ -1400,7 +1400,7 @@ tuple()
|
||||||
|
|
||||||
### Let's see if you can guess this?
|
### Let's see if you can guess this?
|
||||||
|
|
||||||
Originally, suggested by @PiaFraus in [this](https://github.com/satwikkansal/wtfPython/issues/9) issue.
|
Suggested by @PiaFraus in [this](https://github.com/satwikkansal/wtfPython/issues/9) issue.
|
||||||
|
|
||||||
```py
|
```py
|
||||||
a, b = a[b] = {}, 5
|
a, b = a[b] = {}, 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue