Skip to content

Commit

Permalink
Trivial link fix
Browse files Browse the repository at this point in the history
Fixes a broken link in the HistoryScreen doc-string
  • Loading branch information
waveform80 authored and superbobry committed Apr 24, 2022
1 parent 7c8e2b9 commit efd19f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyte/screens.py
Expand Up @@ -1086,7 +1086,7 @@ def __init__(self, *args, **kwargs):


class HistoryScreen(Screen):
"""A :class:~`pyte.screens.Screen` subclass, which keeps track
"""A :class:`~pyte.screens.Screen` subclass, which keeps track
of screen history and allows pagination. This is not linux-specific,
but still useful; see page 462 of VT520 User's Manual.
Expand Down

0 comments on commit efd19f2

Please sign in to comment.