Skip to content

Commit

Permalink
docs: fix simple typo, verififes -> verifies (#877)
Browse files Browse the repository at this point in the history
There is a small typo in arctic/store/_version_store_utils.py.

Should read `verifies` rather than `verififes`.
  • Loading branch information
timgates42 committed Dec 28, 2020
1 parent 54a7196 commit e27fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/store/_version_store_utils.py
Expand Up @@ -297,7 +297,7 @@ def is_safe_to_append(instance, sym, input_v):
"""
This method hints whether the symbol/version are safe for appending in two ways:
1. It verifies whether the symbol is already corrupted (fast, doesn't read the data)
2. It verififes that the symbol is safe to append, i.e. there are no subsequent appends,
2. It verifies that the symbol is safe to append, i.e. there are no subsequent appends,
or dangling segments from a failed append.
Parameters
----------
Expand Down

0 comments on commit e27fbac

Please sign in to comment.