Просмотр исходного кода

fix(appconnect): Fix typo in appstore_connect.py (#30848)

absense -> absence
Ikko Ashimine 3 лет назад
Родитель
Сommit
0da5c3ec60
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/sentry/utils/appleconnect/appstore_connect.py

+ 1 - 1
src/sentry/utils/appleconnect/appstore_connect.py

@@ -42,7 +42,7 @@ class ForbiddenError(RequestError):
 
 
 class NoDsymUrl(enum.Enum):
-    """Indicates the reason of absense of a dSYM URL from :class:`BuildInfo`."""
+    """Indicates the reason of absence of a dSYM URL from :class:`BuildInfo`."""
 
     # Currently unused because we haven't seen scenarios where this can happen yet.
     PENDING = enum.auto()