Skip to content

Commit

Permalink
Fix docstring for output.base.Output
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkeen authored and jonathanslenders committed Apr 30, 2019
1 parent 237cf46 commit eee625b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prompt_toolkit/output/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Output(with_metaclass(ABCMeta, object)):
:class:`~prompt_toolkit.renderer.Renderer`.
Actual implementations are
:class:`~prompt_toolkit.terminal.vt100_output.Vt100_Output` and
:class:`~prompt_toolkit.terminal.win32_output.Win32Output`.
:class:`~prompt_toolkit.output.vt100.Vt100_Output` and
:class:`~prompt_toolkit.output.win32.Win32Output`.
"""
@abstractmethod
def fileno(self):
Expand Down

0 comments on commit eee625b

Please sign in to comment.