From d351fe14a86d6522adbba174c0c2980ef6191595 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 21 Jan 2022 17:03:14 -0500 Subject: [PATCH] Annoying doc string(s) --- piker/fsp/_momo.py | 2 +- piker/ui/_lines.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/piker/fsp/_momo.py b/piker/fsp/_momo.py index 78461d8a..2ee55e00 100644 --- a/piker/fsp/_momo.py +++ b/piker/fsp/_momo.py @@ -1,5 +1,5 @@ # piker: trading gear for hackers -# Copyright (C) 2018-present Tyler Goodlet (in stewardship of piker0) +# Copyright (C) Tyler Goodlet (in stewardship of pikers) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/piker/ui/_lines.py b/piker/ui/_lines.py index acd1e88a..d148049e 100644 --- a/piker/ui/_lines.py +++ b/piker/ui/_lines.py @@ -334,10 +334,11 @@ class LevelLine(pg.InfiniteLine): w: QtWidgets.QWidget ) -> None: - """Core paint which we override (yet again) + ''' + Core paint which we override (yet again) from pg.. - """ + ''' p.setRenderHint(p.Antialiasing) # these are in viewbox coords