Skip to content

Commit d390b9d

Browse files
Docstring update
Co-authored-by: Nuno Faria <nunofpfaria@gmail.com>
1 parent 461acca commit d390b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3486,7 +3486,7 @@ def map_values(map: Expr) -> Expr:
34863486

34873487

34883488
def map_extract(map: Expr, key: Expr) -> Expr:
3489-
"""Return the value for a given key in the map.
3489+
"""Returns the value for a given key in the map.
34903490
34913491
Returns ``[None]`` if the key is absent.
34923492

0 commit comments

Comments
 (0)