diff options
| author | Georg Brandl <georg@python.org> | 2007-01-13 12:31:51 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-01-13 12:31:51 (GMT) |
| commit | 7ded34d25e384120f8a605a587e558e1f2621c9f (patch) | |
| tree | cc8c2d2a781484263788359ee46830b3a8b36bd6 | |
| parent | 093b67061ac54b603483fed1038d686b34cc61f5 (diff) | |
| download | cpython-7ded34d25e384120f8a605a587e558e1f2621c9f.zip cpython-7ded34d25e384120f8a605a587e558e1f2621c9f.tar.gz cpython-7ded34d25e384120f8a605a587e558e1f2621c9f.tar.bz2 | |
Fix typo.
| -rw-r--r-- | Doc/lib/libsets.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index efa4e0f..6970139 100644 --- a/Doc/lib/libsets.tex +++ b/Doc/lib/libsets.tex @@ -9,7 +9,7 @@ \sectionauthor{Raymond D. Hettinger}{python@rcn.com} \versionadded{2.3} -\deprecated{2.6}{ The built-in \code{set}/\code{frozneset} types replace this +\deprecated{2.6}{The built-in \code{set}/\code{frozenset} types replace this module.} The \module{sets} module provides classes for constructing and manipulating |
