From: Fred Drake Date: Wed, 11 Feb 1998 22:29:17 +0000 (+0000) Subject: "lists objects" --> "list objects" (Section "More on Lists".) X-Git-Tag: v1.5.1~811 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed68854b408e6fe76fd7ac57aed693ee4d0fda1f;p=python "lists objects" --> "list objects" (Section "More on Lists".) --- diff --git a/Doc/tut.tex b/Doc/tut.tex index a8b696c2eb..e687c435fe 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1281,7 +1281,7 @@ more detail, and adds some new things as well. \section{More on Lists} The list data type has some more methods. Here are all of the methods -of lists objects: +of list objects: \begin{description} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index a8b696c2eb..e687c435fe 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1281,7 +1281,7 @@ more detail, and adds some new things as well. \section{More on Lists} The list data type has some more methods. Here are all of the methods -of lists objects: +of list objects: \begin{description}