Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Dec 7, 2024
1 parent d25b0ea commit 542b884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_global_and_local(
use_global = request.param
if use_global:
with pl.StringCache():
# Pre-fill some global items to ensure local physical repr isn't 0..n.
# Pre-fill some global items to ensure physical repr isn't 0..n.
pl.Series(["a", "b", "c"], dtype=pl.Categorical)
yield
else:
Expand Down

0 comments on commit 542b884

Please sign in to comment.