diff --git a/commands/docs/polars_profile.md b/commands/docs/polars_profile.md index 99ce7f3ab7..b61581f73d 100644 --- a/commands/docs/polars_profile.md +++ b/commands/docs/polars_profile.md @@ -6,11 +6,11 @@ version: 0.100.0 dataframe: | Profile a lazy dataframe. This will run the query and return a record containing the materialized DataFrame and a DataFrame that contains profiling information of each node that is executed. -The units of the timings are microseconds. + The units of the timings are microseconds. usage: | Profile a lazy dataframe. This will run the query and return a record containing the materialized DataFrame and a DataFrame that contains profiling information of each node that is executed. -The units of the timings are microseconds. + The units of the timings are microseconds. ---