Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Oct 15, 2023
1 parent 8b7f35a commit 5bba33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/examples/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_discount_price(self, discount_percentage: float):
return self.price * (discount_percentage / 100)


# The @given decorater generates examples for us!
# The @given decorator generates examples for us!
@given(
price=st.floats(min_value=0, allow_nan=False, allow_infinity=False),
discount_percentage=st.floats(
Expand Down

0 comments on commit 5bba33a

Please sign in to comment.