Skip to content

Commit

Permalink
Add missing period to readme, else it drives me crazy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Aug 3, 2023
1 parent 9b88b19 commit 84309dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dictionary. Likewise you can set the `yaml_options` dictionary with whatever opt
want to pass to `yaml.safe_load` and `yaml.safe_dump` functions, reading/writing the
YAML-formatted header, respectively.

You can also instruct a writer to use line buffering, instead of the usual chunk buffering
You can also instruct a writer to use line buffering, instead of the usual chunk buffering.

Finally, you can control the character(s) used to indicate comments by setting the
`comment` keyword when writing a file. By default, there is no character (""). During reading, the comment character is found atomatically.
Expand Down

0 comments on commit 84309dd

Please sign in to comment.