@@ -166,18 +166,13 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
166166 the specified width, representing an empty day. The *weekday * parameter
167167 is unused.
168168
169- .. method :: formatweek(theweek, w=0, highlight_day=None )
169+ .. method :: formatweek(theweek, w=0)
170170
171171 Return a single week in a string with no newline. If *w * is provided, it
172172 specifies the width of the date columns, which are centered. Depends
173173 on the first weekday as specified in the constructor or set by the
174174 :meth: `setfirstweekday ` method.
175175
176- .. versionchanged :: 3.14
177- If *highlight_day * is given, this date is highlighted in color.
178- This can be :ref: `controlled using environment variables
179- <using-on-controlling-color>`.
180-
181176
182177 .. method :: formatweekday(weekday, width)
183178
@@ -193,19 +188,14 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
193188 settings and are padded to the specified width.
194189
195190
196- .. method :: formatmonth(theyear, themonth, w=0, l=0, highlight_day=None )
191+ .. method :: formatmonth(theyear, themonth, w=0, l=0)
197192
198193 Return a month's calendar in a multi-line string. If *w * is provided, it
199194 specifies the width of the date columns, which are centered. If *l * is
200195 given, it specifies the number of lines that each week will use. Depends
201196 on the first weekday as specified in the constructor or set by the
202197 :meth: `setfirstweekday ` method.
203198
204- .. versionchanged :: 3.14
205- If *highlight_day * is given, this date is highlighted in color.
206- This can be :ref: `controlled using environment variables
207- <using-on-controlling-color>`.
208-
209199
210200 .. method :: formatmonthname(theyear, themonth, width=0, withyear=True)
211201
@@ -220,7 +210,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
220210 Print a month's calendar as returned by :meth: `formatmonth `.
221211
222212
223- .. method :: formatyear(theyear, w=2, l=1, c=6, m=3, highlight_day=None )
213+ .. method :: formatyear(theyear, w=2, l=1, c=6, m=3)
224214
225215 Return a *m *-column calendar for an entire year as a multi-line string.
226216 Optional parameters *w *, *l *, and *c * are for date column width, lines per
@@ -229,11 +219,6 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
229219 :meth: `setfirstweekday ` method. The earliest year for which a calendar
230220 can be generated is platform-dependent.
231221
232- .. versionchanged :: 3.14
233- If *highlight_day * is given, this date is highlighted in color.
234- This can be :ref: `controlled using environment variables
235- <using-on-controlling-color>`.
236-
237222
238223 .. method :: pryear(theyear, w=2, l=1, c=6, m=3)
239224
0 commit comments