summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2018-07-12 20:29:50 +0800
committerJonathan Slenders <jonathan@slenders.be>2018-07-13 14:18:16 +0200
commit32b08c00b59d0c778c54e4d4924ab4a9a411f738 (patch)
treecee46e89b6783c05959a59faad89e3eb77102f6d
parent0f65d2adf4f2866d98d83311fada492eb41c8b8e (diff)
Link to ConditionalContainer does not work
-rw-r--r--docs/pages/full_screen_apps.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/full_screen_apps.rst b/docs/pages/full_screen_apps.rst
index 8c406a12..0e9447c9 100644
--- a/docs/pages/full_screen_apps.rst
+++ b/docs/pages/full_screen_apps.rst
@@ -228,7 +228,7 @@ More complex layouts can be achieved by nesting multiple
If you want to make some part of the layout only visible when a certain
condition is satisfied, use a
-:class:`~prompt_toolkit.layout.containers.ConditionalContainer`.
+:class:`~prompt_toolkit.layout.ConditionalContainer`.
Focusing windows