Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 30, 2024
1 parent 1166561 commit 33f4324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_it_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ End user works with narwhals apis, it won't use directly the native dataframe AP
so narwhals will take care itself of translating
the calls done to the narwhals api to calls to the dataframe wrapper
( `PandasLikeNamespace`, `PandasLikeDataFrame` or `PandasLikeExpr`) which then
fowards the calls to the native implementation. Translation of native narwhals
forwards the calls to the native implementation. Translation of native narwhals
apis to the dataframe wrapper will usually happen via the namespace.
Usually you will find the namespace referred as
as `plx` which stands for *Polars compliant namespace for Library X*
Expand Down

0 comments on commit 33f4324

Please sign in to comment.