Minor typo fixes

This commit is contained in:
Guillaume Ayoub
2011-06-16 10:40:30 +02:00
parent 1d67706b56
commit 21d435b560
2 changed files with 3 additions and 3 deletions

View File

@ -210,7 +210,7 @@ class Calendar(object):
if cls.is_vcalendar(os.path.join(abs_path, filename)):
result.append(cls(os.path.join(path, filename)))
except StopIteration:
# directory does not exist yet
# Directory does not exist yet
pass
else:
calendar = cls(path)