Skip to content

Commit

Permalink
Minor docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Oct 24, 2024
1 parent 58b710c commit f8bb32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testcrush/grammars/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8bb32d

Please sign in to comment.