Skip to content

Commit fb10925

Browse files
tmtmkou
authored andcommitted
Fix docs for :strip option (#114)
1 parent dbf55ef commit fb10925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def table(path, **options)
909909
# empty value(s) on each line will be
910910
# replaced with the specified value.
911911
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
912-
# strip "\t\r\n\f\v" around the values.
912+
# strip " \t\f\v" around the values.
913913
# If you specify a string instead of
914914
# +true+, CSV will strip string. The
915915
# length of the string must be 1.

0 commit comments

Comments
 (0)