Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen authored Nov 4, 2023
1 parent c344f53 commit f479a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def mermaid_to_graphviz(
... B & C --> D
... '''
>>> graphviz_code = mermaid_to_graphviz(mermaid_code)
>>> print(graphviz_code)
>>> print(graphviz_code) # doctest: +NORMALIZE_WHITESPACE
digraph G {
<BLANKLINE>
graph TD
Expand Down

0 comments on commit f479a26

Please sign in to comment.