Skip to content

Commit

Permalink
Merge pull request #2004 from rdimitrov/dimitrovr/fix-typo
Browse files Browse the repository at this point in the history
docs: remove a duplicated word in refresh() doc comment
  • Loading branch information
lukpueh committed May 10, 2022
2 parents c5ca38f + 9d441da commit 8023509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuf/ngclient/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def refresh(self) -> None:
that happens on demand during ``get_targetinfo()``. However, if the
repository uses `consistent_snapshot
<https://theupdateframework.github.io/specification/latest/#consistent-snapshots>`_,
then all metadata downloaded downloaded by the Updater will use the same
consistent repository state.
then all metadata downloaded by the Updater will use the same consistent
repository state.
Raises:
OSError: New metadata could not be written to disk
Expand Down

0 comments on commit 8023509

Please sign in to comment.