Skip to content

Commit eb2e6e0

Browse files
ByteFlowing1337Copilot
andcommitted
Normalize capitalization in standard library tutorial sections
Co-authored-by: Copilot <copilot@github.com>
1 parent 85dd9d2 commit eb2e6e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/tutorial/stdlib2.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tut-brieftourtwo:
22

33
**********************************************
4-
Brief Tour of the Standard Library --- Part II
4+
Brief tour of the standard library --- part II
55
**********************************************
66

77
This second tour covers more advanced modules that support professional
@@ -10,7 +10,7 @@ programming needs. These modules rarely occur in small scripts.
1010

1111
.. _tut-output-formatting:
1212

13-
Output Formatting
13+
Output formatting
1414
=================
1515

1616
The :mod:`reprlib` module provides a version of :func:`repr` customized for
@@ -130,7 +130,7 @@ templates for XML files, plain text reports, and HTML web reports.
130130

131131
.. _tut-binary-formats:
132132

133-
Working with Binary Data Record Layouts
133+
Working with binary data record layouts
134134
=======================================
135135

136136
The :mod:`struct` module provides :func:`~struct.pack` and
@@ -244,7 +244,7 @@ application.
244244

245245
.. _tut-weak-references:
246246

247-
Weak References
247+
Weak references
248248
===============
249249

250250
Python does automatic memory management (reference counting for most objects and
@@ -285,7 +285,7 @@ applications include caching objects that are expensive to create::
285285

286286
.. _tut-list-tools:
287287

288-
Tools for Working with Lists
288+
Tools for working with lists
289289
============================
290290

291291
Many data structure needs can be met with the built-in list type. However,
@@ -351,7 +351,7 @@ not want to run a full list sort::
351351

352352
.. _tut-decimal-fp:
353353

354-
Decimal Floating-Point Arithmetic
354+
Decimal floating-point arithmetic
355355
=================================
356356

357357
The :mod:`decimal` module offers a :class:`~decimal.Decimal` datatype for

0 commit comments

Comments
 (0)