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
77This 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
1616The :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
136136The :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
250250Python 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
291291Many 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
357357The :mod: `decimal ` module offers a :class: `~decimal.Decimal ` datatype for
0 commit comments