1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-05-29 09:28:04 +02:00
Commit Graph

408 Commits

Author SHA1 Message Date
Satwik Kansal
e74ccb79d0
Merge pull request #176 from larsks/fix/grammar
A minor grammar correction
2020-01-20 14:17:48 +05:30
Satwik Kansal
daf156abf5
Merge pull request #174 from larsks/spelling
Fix spelling (found -> find)
2020-01-20 14:13:23 +05:30
Lars Kellogg-Stedman
8370f3a3b9 A minor grammar correction 2020-01-19 10:16:47 -05:00
Lars Kellogg-Stedman
00a1228ca3 Fix spelling (found -> find)
Noticed a minor spelling error while reading through this fantastic
document.
2020-01-19 10:04:41 -05:00
Satwik Kansal
de113d2491
Merge pull request #170 from art049/master
Wild imports typo
2020-01-12 00:34:12 +05:30
Satwik Kansal
ffb1599458
Merge pull request #171 from entwanne/needles-haystack-example-6
Fix explanation for 6th example of "Needles in a Haystack"
2020-01-12 00:33:30 +05:30
Antoine Rozo
5f8067df42 Fix explanation for 6th example of "Needles in a Haystack" 2020-01-10 14:39:29 +01:00
Arthur Pastel
30a6623ccd
Wild imports typo 2020-01-10 12:43:16 +01:00
Satwik Kansal
83cac75f41
Merge pull request #169 from kerolloz/master
Fix issue creating link
2020-01-10 14:40:07 +05:30
Kerollos Magdy
d1a4144143
Fix issue creating link 2020-01-09 13:12:14 +02:00
Satwik Kansal
3e98cf1ceb
Merge pull request #168 from chrisguox/update-docs
Fixed example input error
2020-01-09 14:50:47 +05:30
Chris Guo
43679ebd1e fix: fix example input error 2020-01-08 00:09:25 +08:00
Satwik Kansal
0d65c00bb6
Merge pull request #166 from louisguitton/patch-1
Fix typo in 'Strings can be tricky sometimes'
2020-01-06 19:39:21 +05:30
Satwik Kansal
255b9a574b
Merge pull request #167 from OdinTech3/patch-1
Fixed mispelling
2020-01-06 19:38:49 +05:30
Nick Muoh
68f6e0217c
Fixed mispelling 2020-01-04 19:49:32 -05:00
Louis Guitton
3d64252310
Fix typo in 'Strings can be tricky sometimes' 2020-01-04 17:16:09 +01:00
Satwik
185d60c1b6 Update hash brownies explanation and the logical order of few examples.
Addresses https://github.com/satwikkansal/wtfpython/pull/76
2019-12-31 16:10:45 +05:30
Satwik Kansal
1b3b2e6c71
Fix typo
Closes https://github.com/satwikkansal/wtfpython/issues/165
2019-12-30 19:20:31 +05:30
Satwik Kansal
f98bd4363f
Fix typo
Closes https://github.com/satwikkansal/wtfpython/issues/164
2019-12-30 13:05:38 +05:30
Satwik
2c910351b7 Fix relevant typos detected by codespell
Closes https://github.com/satwikkansal/wtfpython/issues/161
2019-12-27 20:05:17 +05:30
Satwik
9a2718ae3a Fix typo
Closes https://github.com/satwikkansal/wtfpython/issues/162
2019-12-27 20:05:17 +05:30
Satwik Kansal
183e0d9ee5
Merge pull request #160 from vrthra/patch-1
Make sure that default_arg is not passed rather than checking for fal…
2019-12-25 19:21:24 +05:30
Rahul Gopinath
2f2fcf87bc
Make sure that default_arg is not passed rather than checking for falsity
```
if not default_arg:
    ...
```
fails when `default_arg` can be assigned and still be false (implementing a `__bool__` or `__len__` etc). You dont want to overwrite the passed values.
2019-12-25 10:10:53 +01:00
Satwik Kansal
99280f57a0
Merge pull request #159 from boppreh/patch-1
Update README.md
2019-12-25 01:23:18 +05:30
Satwik
7c85a73442 Move discussion thread links to the links section 2019-12-25 00:09:55 +05:30
BoppreH
e4f340281c
Update README.md
Fix incorrect output for f-string.
2019-12-24 14:02:22 -03:00
Satwik
6c0ed6e7c5 Add discussion links 2019-12-24 21:47:59 +05:30
Satwik
dcc2e6a3d8 Update links 2019-12-24 20:09:12 +05:30
Satwik
a1b4f8d521 Put the pdf link back on demand 2019-12-23 23:13:08 +05:30
Satwik Kansal
328168c86f
Merge pull request #158 from rscircus/patch-1
Fix typo in dictionary section
2019-12-23 21:25:38 +05:30
puɐloɹ ʇɹǝqƃǝᴉs
73a1248d04
Fix typo in dictionary section 2019-12-23 16:31:44 +01:00
Satwik
a39792bd4b Remove kofi link 2019-12-23 16:27:27 +05:30
Satwik
bd45175405 Point colab notebook to the master 2019-12-23 15:59:59 +05:30
Satwik
438f52c3e9 Update notebook with recent changes 2019-12-23 15:58:49 +05:30
Satwik
b3387c9dc7 Add indent to the dump for better diff 2019-12-23 15:58:25 +05:30
Satwik Kansal
ad39ef8625
Merge pull request #155 from yaph/patch-1
Make hashtags in Twitter link work
2019-12-23 15:33:22 +05:30
Satwik Kansal
df8baf9941
Merge pull request #157 from saveriomiroddi/sav-correct_typos
Correct some typos
2019-12-23 15:32:32 +05:30
Saverio Miroddi
e35642ed05 Correct some typos
Corrected a handful of typos.
2019-12-23 10:31:40 +01:00
Ramiro Gómez
f8aa17c8ba
Make hashtags in Twitter link work
Change URL parameter from `hastags` to  `hashtags`.
2019-12-22 21:11:25 +01:00
Satwik Kansal
b8e4cd1693
Merge pull request #154 from satwikkansal/3.0
🎉
2019-12-21 22:38:00 +05:30
Satwik
76d98d9138 Fix line break 2019-12-21 22:12:56 +05:30
Satwik
d59db75b4c Add link to other modes 2019-12-21 22:11:55 +05:30
Satwik
734360ff59 Add team trees 2019-12-21 20:38:18 +05:30
Satwik
2fb14be424 Update the notebook 2019-12-21 20:06:48 +05:30
Satwik
483496d97a Aesthetical changes 2019-12-21 20:00:21 +05:30
Satwik
f914194a87 Add instructions 2019-12-21 19:39:49 +05:30
Satwik
12b2fc008e Fix TOC and links 2019-12-21 19:39:28 +05:30
Satwik
1b1a5bc10d Add generated notebook 2019-12-21 00:16:34 +05:30
Satwik
49ed35e099 Add hosted notebook instructions 2019-12-21 00:16:19 +05:30
Satwik
56c0347dd1 Minor correction 2019-12-20 23:56:35 +05:30