From 9897dd09e39426b587b232649f79f60d09fdf7cc Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 6 Aug 2019 10:33:13 -0700 Subject: [PATCH] Updating some doc tags in RoundRect since rect shows up twice --- adafruit_display_shapes/roundrect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_display_shapes/roundrect.py b/adafruit_display_shapes/roundrect.py index 1b4402b..0fca3d2 100755 --- a/adafruit_display_shapes/roundrect.py +++ b/adafruit_display_shapes/roundrect.py @@ -20,10 +20,10 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. """ -`rect` +`roundrect` ================================================================================ -Various common shapes for use with displayio - Rectangle shape! +Various common shapes for use with displayio - Rounded Rectangle shape! * Author(s): Limor Fried