Skip to content

Commit 2434c9b

Browse files
BethanyGYrahcaz7
andauthored
Update concepts/recursion/about.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent c56086d commit 2434c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/recursion/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def paydates_for_year_rec(year, weekday, ordinal, month, day_num, output):
9292
"""Returns a list of the matching weekday dates
9393
9494
Arguments:
95-
year (int): The year (e.g. 2022)/
95+
year (int): The year (e.g. 2022).
9696
weekday (int): The weekday number (e.g. 3 for Wednesday).
9797
ordinal (int): Which weekday of the month (e.g. 2 for the second day).
9898
month (int): The month number currently being processed.

0 commit comments

Comments
 (0)