From 06827fd43748ff44f4fd7cd7f8341b65bc1fd189 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 May 2020 12:22:12 +0530 Subject: [PATCH] Update docs to point to new layouts package --- docs/layouts.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/layouts.rst b/docs/layouts.rst index c6673b724..dacd993e8 100644 --- a/docs/layouts.rst +++ b/docs/layouts.rst @@ -241,7 +241,7 @@ This will have ``2`` instead of a single tall window, that occupy ``70%`` instead of ``50%`` of available width. ``bias`` can be any number between 10 and 90. -Writing a new layout only requires about a hundred lines of code, so if there -is some layout you want, take a look at `layout.py -`_ and submit -a pull request! +Writing a new layout only requires about two hundred lines of code, so if there +is some layout you want, take a look at one of the existing layouts in the +`layout `_ +package and submit a pull request!