DOC: Spell 'because' correctly.

This commit is contained in:
Scott Sanderson
2016-05-11 14:57:06 -04:00
parent 7dbabc013e
commit a46787711c
+1 -1
View File
@@ -361,7 +361,7 @@ def bundles():
ingestions = []
# If we got no ingestions, either because the directory didn't exist or
# becuase there were no entries, print a single message indicating that
# because there were no entries, print a single message indicating that
# no ingestions have yet been made.
for timestamp in ingestions or ["<no ingestions>"]:
print("%s %s" % (bundle, timestamp))