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!