8000 Fix too-long line · goodwillcoding/github3.py@d05e294 · GitHub
[go: up one dir, main page]

Skip to content

Commit d05e294

Browse files
committed
Fix too-long line
1 parent 5873744 commit d05e294

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

github3/events.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
class Event(GitHubCore):
1515

1616
"""The :class:`Event <Event>` object. It structures and handles the data
17-
returned by via the `Events <https://developer.github.com/v3/activity/events>`_
18-
section of the GitHub API.
17+
returned by via the
18+
`Events <https://developer.github.com/v3/activity/events>`_ section
19+
of the GitHub API.
1920
2021
Two events can be compared like so::
2122

0 commit comments

Comments
 (0)
0