1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Fixed minor typo

This commit is contained in:
Virgil Dupras 2014-10-12 10:15:07 -04:00
parent 321f8ab406
commit 4e3cad5702

View File

@ -69,4 +69,5 @@ def gen(basepath, destpath, changelogpath, tixurl, confrepl=None, confpath=None,
try:
cmd(['sphinx-build', basepath, destpath])
except SystemExit:
print("Sphinx called sys.exit(), but we're cancelling it because we don't acutally want to exit")
print("Sphinx called sys.exit(), but we're cancelling it because we don't actually want to exit")