Skip to content

Commit

Permalink
Correction to shape in DataFrame impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dixey authored and ritchie46 committed Oct 31, 2021
1 parent fa3f955 commit 2620c43
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 @@ -338,7 +338,7 @@ impl DataFrame {
.collect()
}

/// Get (width x height)
/// Get (height x width)
///
/// # Example
///
Expand Down

0 comments on commit 2620c43

Please sign in to comment.