Skip to content

Commit f5c03db

Browse files
authored
Fix typo
1 parent 362c1ea commit f5c03db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ loop
14501450

14511451
```python
14521452
line = getNextLine()
1453-
while match:
1453+
while line:
14541454
if not line.strip():
14551455
continue
14561456
...

0 commit comments

Comments
 (0)