diff options
| author | 2019-02-15 07:49:07 +0000 | |
|---|---|---|
| committer | 2019-02-15 07:49:07 +0000 | |
| commit | a50b8c5694cd8a87d8d3e3342ae55a516d2d39b3 (patch) | |
| tree | 2bc94950052d1c43e2e735a4414971d66ea2dea6 /modules/github/__init__.py | |
| parent | `hmac.digest` -> `hmac.new` (the former is too new) (sasl.scram) (diff) | |
| signature | ||
comment typo, 'tage' -> 'tag' (github)
Diffstat (limited to 'modules/github/__init__.py')
| -rw-r--r-- | modules/github/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 0e0d2b73..81bbed4d 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -43,7 +43,7 @@ EVENT_CATEGORIES = { "issues", "issue_comment" ], "repo": [ - "create", # a repository, branch or tage has been created + "create", # a repository, branch or tag has been created "delete", # same as above but deleted "release", "fork" |
