Improve language.

This commit is contained in:
Felix Fontein
2024-12-28 14:30:49 +01:00
parent 04c97728dc
commit f69536ef3b
34 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class ImageArchiveInvalidException(Exception):
super(ImageArchiveInvalidException, self).__init__(message)
# Python 2 doesn't support causes
# Python 2 does not support causes
self.cause = cause