From 4bb854bad00502f144255dad71b8a9a4dfdfcb76 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sun, 24 Mar 2024 21:24:52 -0600 Subject: [PATCH] Fixed minor typo in the documentation of `optika.rulings.TriangularRulings`. --- optika/rulings/_rulings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optika/rulings/_rulings.py b/optika/rulings/_rulings.py index 5246849..69cf856 100644 --- a/optika/rulings/_rulings.py +++ b/optika/rulings/_rulings.py @@ -569,7 +569,7 @@ class TriangularRulings( AbstractRulings, ): r""" - A ruling profile described by a triangle wave with. + A ruling profile described by a triangle wave. Examples --------