Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf82223c

Browse files
committed
Fixed Typo In takewhile()
1 parent712e32f commitf82223c

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
@@ -2168,7 +2168,7 @@ Example:
21682168
The opposite of dropwhile(). Makes an iterator and returns elements from the iterable as long as the predicate is true.
21692169

21702170
```python
2171-
itertools.takwwhile(predicate, iterable)
2171+
itertools.takewhile(predicate, iterable)
21722172
```
21732173

21742174
Example:

‎blog_files/pysheet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ Example:
18171817
The opposite of dropwhile(). Makes an iterator and returns elements from the iterable as long as the predicate is true.
18181818

18191819
```python
1820-
itertools.takwwhile(predicate, iterable)
1820+
itertools.takewhile(predicate, iterable)
18211821
```
18221822

18231823
Example:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp