Skip to content

Commit cf8fe2f

Browse files
authored
Merge branch 'main' into gh-117596
2 parents 7bcc6af + c279e95 commit cf8fe2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Doc/library/calendar.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
158158

159159
:class:`TextCalendar` instances have the following methods:
160160

161+
.. method:: prweek(theweek, width)
162+
163+
Print a week's calendar as returned by :meth:`formatweek` and without a
164+
final newline.
165+
161166

162167
.. method:: formatday(theday, weekday, width)
163168

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Quick Start Guide
66
1a. Optionally install Python 3.10 or later. If not installed,
77
get_externals.bat (via build.bat) will download and use Python via
88
NuGet.
9-
2. Run "build.bat" to build Python in 32-bit Release configuration.
9+
2. Run "build.bat" to build Python in 64-bit Release configuration.
1010
3. (Optional, but recommended) Run the test suite with "rt.bat -q".
1111

1212

0 commit comments

Comments
 (0)