Commit 866078d
Fix: Python 3.5 don't support re.match.__getitem__ (#131)
https://docs.python.org/3/library/re.html#re.match.__getitem__
It's shorthand for match.group(0) - 0 is the default if not supplied so you can omit that too.1 parent 42aa5dc commit 866078d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
0 commit comments