summaryrefslogtreecommitdiff
path: root/docs/manual/displayattributes.rst
diff options
context:
space:
mode:
authormarco giusti <marco.giusti@gmail.com>2011-12-12 21:58:29 +0100
committermarco giusti <marco.giusti@gmail.com>2011-12-12 21:58:29 +0100
commitddd3c8283bd387bf13bfdf7359adb1dff4904a29 (patch)
treefc9e182886d3c677885faccccdfe5ad0de01596d /docs/manual/displayattributes.rst
parenta68c73b0224af3f3bf4cbfacc51f863d4c1ec14c (diff)
downloadurwid-ddd3c8283bd387bf13bfdf7359adb1dff4904a29.tar.gz
Fix objects references
--HG-- branch : feature-sphinx
Diffstat (limited to 'docs/manual/displayattributes.rst')
-rw-r--r--docs/manual/displayattributes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/displayattributes.rst b/docs/manual/displayattributes.rst
index 95f94a4..e561cdb 100644
--- a/docs/manual/displayattributes.rst
+++ b/docs/manual/displayattributes.rst
@@ -23,11 +23,11 @@ You are encouraged to provide support for as many of these as you like, while
allowing your interface to degrade gracefully by using display modules' palette
modes and providing command line arguments or other interfaces to switch modes.
-When setting up a palette with :class:`MainLoop` (or directly on your screen
-instance), you may specify attributes for 16-color, monochrome and high color
-modes. You can then switch between these modes with
+When setting up a palette with :class:`~urwid.main_loop.MainLoop` (or directly
+on your screen instance), you may specify attributes for 16-color, monochrome
+and high color modes. You can then switch between these modes with
:meth:`screen.set_terminal_properties`, where :attr:`screen` is a
-:class:`MainLoop` attribute or your own screen instance.
+:class:`~urwid.main_loop.MainLoop` attribute or your own screen instance.
`register_palette reference <http://excess.org/urwid/reference.html#Screen-register_palette>`_