Skip to content

Commit

Permalink
docs: fix some docs issues (narwhals-dev#1114)
Browse files Browse the repository at this point in the history
* fix import statement

* fix typo in installation page
  • Loading branch information
LiamConnors authored and akmalsoliev committed Oct 15, 2024
1 parent 574951f commit ddc147b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ If you run `python t.py` then your output should look like the above. This is th
function - as we'll soon see, we can do much more advanced things.
Let's learn about what you just did, and what Narwhals can do for you!

Note: these examples are only using pandas and Polars. Please see the following to find the [supported libriaries](extending.md).
Note: these examples are only using pandas and Polars. Please see the following to find the [supported libraries](extending.md).
2 changes: 1 addition & 1 deletion narwhals/stable/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def collect(self) -> DataFrame[Any]:
DataFrame
Examples:
>>> import narwhals as nw
>>> import narwhals.stable.v1 as nw
>>> import polars as pl
>>> lf_pl = pl.LazyFrame(
... {
Expand Down

0 comments on commit ddc147b

Please sign in to comment.