We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237cf46 commit eee625bCopy full SHA for eee625b
prompt_toolkit/output/base.py
@@ -21,8 +21,8 @@ class Output(with_metaclass(ABCMeta, object)):
21
:class:`~prompt_toolkit.renderer.Renderer`.
22
23
Actual implementations are
24
- :class:`~prompt_toolkit.terminal.vt100_output.Vt100_Output` and
25
- :class:`~prompt_toolkit.terminal.win32_output.Win32Output`.
+ :class:`~prompt_toolkit.output.vt100.Vt100_Output` and
+ :class:`~prompt_toolkit.output.win32.Win32Output`.
26
"""
27
@abstractmethod
28
def fileno(self):
0 commit comments