]> granicus.if.org Git - python/commitdiff
Added doc for the "module" attribute on the class descriptor objects;
authorFred Drake <fdrake@acm.org>
Tue, 20 Apr 1999 18:18:53 +0000 (18:18 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Apr 1999 18:18:53 +0000 (18:18 +0000)
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.

Doc/lib/libpyclbr.tex

index 7381e4e9976860523ddf4fb53b87d3cb82f0ab3b..aba83f8c3378389a9d10a2a1b757c369ccfceebf 100644 (file)
@@ -1,9 +1,9 @@
 \section{\module{pyclbr} ---
-         Python class browser information}
+         Python class browser support}
 
 \declaremodule{standard}{pyclbr}
 \modulesynopsis{Supports information extraction for a Python class
-browser.}
+                browser.}
 \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 
@@ -32,6 +32,11 @@ The class descriptor objects used as values in the dictionary returned
 by \function{readmodule()} provide the following data members:
 
 
+\begin{memberdesc}[class descriptor]{module}
+  The name of the module defining the class described by the class
+  descriptor.
+\end{memberdesc}
+
 \begin{memberdesc}[class descriptor]{name}
   The name of the class.
 \end{memberdesc}