Skip to content

Commit

Permalink
docs: fix simple typo, excepion -> exception
Browse files Browse the repository at this point in the history
There is a small typo in tests/test_roledb.py.

Closes #1262

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Mar 11, 2021
1 parent b5f5e3f commit f0b8b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_roledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_remove_roledb(self):

tuf.roledb.remove_roledb(repository_name)

# remove_roledb() should not raise an excepion if a non-existent
# remove_roledb() should not raise an exception if a non-existent
# 'repository_name' is specified.
tuf.roledb.remove_roledb(repository_name)

Expand Down

0 comments on commit f0b8b1e

Please sign in to comment.