commit | ed68854b408e6fe76fd7ac57aed693ee4d0fda1f | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Feb 11 22:29:17 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Feb 11 22:29:17 1998 +0000 |
tree | a4f90e913caeb0962f73f320d5665a578d5d1860 | |
parent | 8d486b177977c8a5b8e13549c41bd343c3a703ea [diff] [blame] |
"lists objects" --> "list objects" (Section "More on Lists".)
diff --git a/Doc/tut.tex b/Doc/tut.tex index a8b696c..e687c43 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex
@@ -1281,7 +1281,7 @@ \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}