diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-11 14:30:39 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-11 14:30:39 (GMT) |
commit | ada859c1112f306472995763e21beb357359be9f (patch) | |
tree | e631f5a8ba1a6b6ee1c8a7f0e0c8cf00815c1314 /Doc/whatsnew/whatsnew23.tex | |
parent | eb189934ce0b130192d69e8b4688762954b3dd67 (diff) | |
download | cpython-ada859c1112f306472995763e21beb357359be9f.zip cpython-ada859c1112f306472995763e21beb357359be9f.tar.gz cpython-ada859c1112f306472995763e21beb357359be9f.tar.bz2 |
Remove duplicate word (rules)
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index e79f6c4..8235ebd 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1974,7 +1974,7 @@ removing any dependence on a system version or local installation of Expat. \item If you dynamically allocate type objects in your extension, you -should be aware of a change in the rules rules relating to the +should be aware of a change in the rules relating to the \member{__module__} and \member{__name__} attributes. In summary, you will want to ensure the type's dictionary contains a \code{'__module__'} key; making the module name the part of the type |