From f8bb32d698c375518ea202e5a1ca53d901379b2a Mon Sep 17 00:00:00 2001 From: Nick Deligiannis Date: Thu, 24 Oct 2024 20:07:10 +0300 Subject: [PATCH] Minor docstring fix --- src/testcrush/grammars/transformers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/testcrush/grammars/transformers.py b/src/testcrush/grammars/transformers.py index dd29965..075aacb 100755 --- a/src/testcrush/grammars/transformers.py +++ b/src/testcrush/grammars/transformers.py @@ -302,6 +302,7 @@ def start(self, formulas: list[tuple[str, str]]) -> dict[str, str]: def formula(self, formula_name: str, formula: str) -> tuple[str, str]: """ Takes the lhs and rhs and returns them as a tuple + .. highlight:: python .. code-block:: python