Skip to content

Commit

Permalink
Fix StringCache docstring typo (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Jun 12, 2022
1 parent 716f97d commit 793fbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/string_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class StringCache:
... ]
... )
...
... # Both dataframes are use the same string cache for the categorical column,
... # Both dataframes use the same string cache for the categorical column,
... # so the join operation on that column will succeed.
... df_join = df1.join(df2, how="inner", on="color")
...
Expand Down

0 comments on commit 793fbf8

Please sign in to comment.