Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix re-use example.
  • Loading branch information
ctheune authored Nov 18, 2023
1 parent 4e3cd1c commit e6b37fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,9 @@ There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
"""
)
full_pattern = patterns.full
full_pattern.merge("top_and_middle", "better_things", "conclusio")


def test_zen_6(patterns, zen_patterns):
def test_zen(patterns, zen_patterns):
full_pattern = patterns.full
full_pattern.merge("better_things", "conclusio", "top_and_middle")

Expand Down

0 comments on commit e6b37fa

Please sign in to comment.