diff --git a/tuf/README.md b/tuf/README.md index 7762446b..cd59b1d1 100644 --- a/tuf/README.md +++ b/tuf/README.md @@ -283,7 +283,7 @@ $ mkdir django; echo 'file4' > django/file4.txt ``` Import and load private keys of affected roles. -Python``` +```Python # The private key of the updated targets metadata must be loaded before it can be signed and # written (Note the load_repository() call above). >>> private_targets_key = import_rsa_privatekey_from_file("/path/to/targets_key")