Skip to content

Commit c71a5ae

Browse files
Update time_and_half_pay.py
1 parent 339052e commit c71a5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: financial/time_and_half_pay.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
def pay(hours_worked: float, pay_rate: float, hours: float = 40) -> float:
77
"""
88
hours_worked = The total hours worked
9-
pay_rate = Ammount of money per hour
10-
hours = Number of hours that must be worked before you recieve time and a half
9+
pay_rate = Amount of money per hour
10+
hours = Number of hours that must be worked before you receive time and a half
1111
1212
>>> pay(41, 1)
1313
41.5

0 commit comments

Comments
 (0)