Skip to content

Commit

Permalink
docs: Fix typo in fork warning (pola-rs#20258)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie authored Dec 11, 2024
1 parent 117a0ba commit aff9659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def __install_postfork_hook() -> None:
See https://docs.pola.rs/user-guide/misc/multiprocessing/ for details.
If you really know what your doing, you can silence this warning with the warning module
If you really know what you're doing, you can silence this warning with the warning module
or by setting POLARS_ALLOW_FORKING_THREAD=1.
"""
import os
Expand Down

0 comments on commit aff9659

Please sign in to comment.