Skip to content

Commit f02bd18

Browse files
committed
Clarify docstring commets about Mercury paper
Signed-off-by: Martin Vrachev <[email protected]>
1 parent 2297c4b commit f02bd18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tuf/repository_tool.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,14 +2919,14 @@ def create_new_repository(repository_directory, repository_name='default',
29192919
Whether to include the optional length attribute for targets
29202920
metadata files in the snapshot metadata.
29212921
Default is False because of bandwidth considerations.
2922-
Read more here:
2922+
Read more at section 5.6 from the Mercury paper:
29232923
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
29242924
29252925
use_snapshot_hashes:
29262926
Whether to include the optional hashes attribute for targets
29272927
metadata files in the snapshot metadata.
29282928
Default is False because of bandwidth considerations.
2929-
Read more here:
2929+
Read more at section 5.6 from the Mercury paper:
29302930
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
29312931
29322932
<Exceptions>
@@ -3026,14 +3026,14 @@ def load_repository(repository_directory, repository_name='default',
30263026
Whether to include the optional length attribute for targets
30273027
metadata files in the snapshot metadata.
30283028
Default is False because of bandwidth considerations.
3029-
Read more here:
3029+
Read more at section 5.6 from the Mercury paper:
30303030
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
30313031
30323032
use_snapshot_hashes:
30333033
Whether to include the optional hashes attribute for targets
30343034
metadata files in the snapshot metadata.
30353035
Default is False because of bandwidth considerations.
3036-
Read more here:
3036+
Read more at section 5.6 from the Mercury paper:
30373037
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
30383038
30393039
<Exceptions>

0 commit comments

Comments
 (0)