Skip to content

Commit fcc221e

Browse files
Update native_operations.rst
1 parent 4f75c13 commit fcc221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/doc/native_operations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Functions
3737
* ``slice(start, stop, step)``
3838
* ``globals()``
3939
* ``sorted(obj)``
40-
* ``map(fn, iterable)``
4140

4241
Method decorators
4342
-----------------
@@ -55,3 +54,4 @@ These variants of statements have custom implementations:
5554
* ``for ... in seq:`` (for loop over a sequence)
5655
* ``for ... in enumerate(...):``
5756
* ``for ... in zip(...):``
57+
* ``for ... in map(...)``

0 commit comments

Comments
 (0)