From 7f224f0342c9c2fb1195fbba6e844c7e35e803d2 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 25 Aug 2022 18:48:35 -0400 Subject: [PATCH] Doc string typos --- piker/ui/_overlay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_overlay.py b/piker/ui/_overlay.py index 65ec2364..0bbba413 100644 --- a/piker/ui/_overlay.py +++ b/piker/ui/_overlay.py @@ -80,8 +80,8 @@ class ComposedGridLayout: ``i`` in the layout. The ``item: PlotItem`` passed to the constructor's grid layout is - used verbatim as the "main plot" who's view box is give precedence - for input handling. The main plot's axes are removed from it's + used verbatim as the "main plot" who's view box is given precedence + for input handling. The main plot's axes are removed from its layout and placed in the surrounding exterior layouts to allow for re-ordering if desired.