Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 9, 2024
1 parent 7a2f4b2 commit ff0a0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narwhals/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def from_dict(
data: Dictionary to create DataFrame from.
schema: The DataFrame schema as Schema or dict of {name: type}.
native_namespace: The native library to use for DataFrame creation. Only
necessary if inputs are not Narwhals Series.
necessary if inputs are not Narwhals Series.
Examples:
>>> import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion narwhals/stable/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ def from_dict(
data: Dictionary to create DataFrame from.
schema: The DataFrame schema as Schema or dict of {name: type}.
native_namespace: The native library to use for DataFrame creation. Only
necessary if inputs are not Narwhals Series.
necessary if inputs are not Narwhals Series.
Examples:
>>> import pandas as pd
Expand Down

0 comments on commit ff0a0e6

Please sign in to comment.