diff options
-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 efa4e0f3b9..69701392b5 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 |