aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/issues/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/services/issues/events.py')
-rw-r--r--pygithub3/services/issues/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/issues/events.py b/pygithub3/services/issues/events.py
index 3fd94e3..92bb332 100644
--- a/pygithub3/services/issues/events.py
+++ b/pygithub3/services/issues/events.py
@@ -26,7 +26,7 @@ class Events(Service):
:param str repo: Repo name
:returns: A :doc:`result`
"""
- request = self.request_builder('issues.events.list_by_repo',
+ request = self.make_request('issues.events.list_by_repo',
user=user, repo=repo)
return self._get_result(request)