Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chartbeat-labs/textacy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Jan 9, 2021
2 parents eb55b03 + 116c807 commit cdedd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textacy/io/utils.py
Expand Up @@ -56,7 +56,7 @@ def open_sesame(
Only applicable in text mode.
compression: Type of compression, if any, with which ``filepath``
is read from or written to disk. If None, no compression is used;
if 'infer', compression is inferrred from the extension on ``filepath``.
if 'infer', compression is inferred from the extension on ``filepath``.
make_dirs: If True, automatically create (sub)directories
if not already present in order to write ``filepath``.
Expand Down

0 comments on commit cdedd23

Please sign in to comment.