Skip to content

Commit 8023509

Browse files
author
Lukas Pühringer
authored
Merge pull request #2004 from rdimitrov/dimitrovr/fix-typo
docs: remove a duplicated word in refresh() doc comment
2 parents c5ca38f + 9d441da commit 8023509

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tuf/ngclient/updater.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def refresh(self) -> None:
114114
that happens on demand during ``get_targetinfo()``. However, if the
115115
repository uses `consistent_snapshot
116116
<https://theupdateframework.github.io/specification/latest/#consistent-snapshots>`_,
117-
then all metadata downloaded downloaded by the Updater will use the same
118-
consistent repository state.
117+
then all metadata downloaded by the Updater will use the same consistent
118+
repository state.
119119
120120
Raises:
121121
OSError: New metadata could not be written to disk

0 commit comments

Comments
 (0)