File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ asyncio-event-hub>=1.0,<1.2
77tkclasswiz>=1.4,<1.5
88ttkbootstrap==1.10.1
99pillow>=10.4.0,<10.5.0
10+ audioop-lts~=0.2.0; python_version>='3.13'
Original file line number Diff line number Diff line change 1919from .messagedata import *
2020
2121
22- VERSION = "4.1.1 "
22+ VERSION = "4.1.2 "
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ class NamedDayOfYearPeriod(EveryXPeriod):
275275 """
276276 .. versionadded:: 4.1
277277
278- This period type enables messages to be sent on specific ``week``\ th ``day`` of a ``month`` each year on
278+ This period type enables messages to be sent on specific ``week`` and ``day`` of a ``month`` each year on
279279 a specific ``time``.
280280
281281 E.g., each year on second Monday in December at 12 noon (example below).
@@ -359,7 +359,7 @@ class NamedDayOfMonthPeriod(EveryXPeriod):
359359 """
360360 .. versionadded:: 4.1
361361
362- This period type enables messages to be sent on specific ``week``\ th ``day`` each month at a specific ``time``.
362+ This period type enables messages to be sent on specific ``week`` and ``day`` each month at a specific ``time``.
363363
364364 E.g., each year on second Monday in December at 12 noon (example below).
365365
You can’t perform that action at this time.
0 commit comments