diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-10 07:40:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-10 07:40:56 (GMT) |
commit | 0dfd7a93617a33348a8d3b8155e8a037a1d8e283 (patch) | |
tree | 7a31922aa0e8f3f171820eee5313bf98ca84d774 /Doc/lib/libfuncs.tex | |
parent | a94568a7535de60f1144e4eea0d027b87017a4b4 (diff) | |
download | cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.zip cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.tar.gz cpython-0dfd7a93617a33348a8d3b8155e8a037a1d8e283.tar.bz2 |
Missing parenthesis found by texcheck.py
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 345037e..c90ecd1 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -713,7 +713,7 @@ class C: \begin{funcdesc}{property}{\optional{fget\optional{, fset\optional{, fdel\optional{, doc}}}}} Return a property attribute for new-style classes (classes that - derive from \function{object}. + derive from \function{object}). \var{fget} is a function for getting an attribute value, likewise \var{fset} is a function for setting, and \var{fdel} a function |