Skip to content

Commit

Permalink
docs(rust): Reindent df! docs code (#5698)
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Dec 2, 2022
1 parent 509b18a commit f40ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/polars-core/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub enum UniqueKeepStrategy {
/// ```rust
/// # use polars_core::prelude::*;
/// let df: PolarsResult<DataFrame> = df!("Fruit" => &["Apple", "Apple", "Pear"],
/// "Color" => &["Red", "Yellow", "Green"]);
/// "Color" => &["Red", "Yellow", "Green"]);
/// ```
///
/// ## Using a CSV file
Expand Down

0 comments on commit f40ab04

Please sign in to comment.