lib/polars/io.rb in polars-df-0.1.3 vs lib/polars/io.rb in polars-df-0.1.4
- old
+ new
@@ -181,10 +181,10 @@
# @param file [Object]
# Path to a file.
# @param has_header [Boolean]
# Indicate if the first row of dataset is a header or not.
# If set to false, column names will be autogenerated in the
- # following format: ``column_x``, with ``x`` being an
+ # following format: `column_x`, with `x` being an
# enumeration over every column in the dataset starting at 1.
# @param sep [String]
# Single byte character to use as delimiter in the file.
# @param comment_char [String]
# Single byte character that indicates the start of a comment line,