diff options
Diffstat (limited to 'Doc/lib/libuserdict.tex')
-rw-r--r-- | Doc/lib/libuserdict.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuserdict.tex b/Doc/lib/libuserdict.tex index ef5c1bf..144c0b4 100644 --- a/Doc/lib/libuserdict.tex +++ b/Doc/lib/libuserdict.tex @@ -29,7 +29,7 @@ contents are kept in a regular dictionary, which is accessible via the \member{data} attribute of \class{UserDict} instances. If \var{initialdata} is provided, \member{data} is initialized with its contents; note that a reference to \var{initialdata} will not be kept, -allowing it be used used for other purposes. +allowing it be used for other purposes. \end{classdesc} In addition to supporting the methods and operations of mappings (see |