Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljdo committed Feb 21, 2025
1 parent b94b810 commit a81d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambeq/backend/grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ class Functor:
>>> n = Ty('n')
>>> diag = Cap(n, n.l) @ Id(n) >> Id(n) @ Cup(n.l, n)
>>> diag.draw(
... figsize=(2, 2), path='./docs/_static/images/snake.png')
... figsize=(2, 2), path='./snake.png')
.. image:: ../_static/images/snake.png
:align: center
Expand Down

0 comments on commit a81d9d9

Please sign in to comment.