]> granicus.if.org Git - python/commitdiff
a few improvements
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 01:17:15 +0000 (01:17 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 01:17:15 +0000 (01:17 +0000)
Doc/library/symtable.rst

index 5e05ea1924933df153fd1de7770a8901969ad7c6..0082287c33868e709c4b914c9d5086f66df56c53 100644 (file)
@@ -44,7 +44,7 @@ Examining Symbol Tables
 
       Return the table's name.  This is the name of the class if the table is
       for a class, the name of the function if the table is for a function, or
-      ``'top'`` if the table is global (type ``'module'``).
+      ``'top'`` if the table is global (:meth:`get_type` returns ``'module'``).
 
    .. method:: get_lineno()
 
@@ -56,7 +56,7 @@ Examining Symbol Tables
 
    .. method:: is_nested()
 
-      Return ``True`` if the block is nested in another.
+      Return ``True`` if the block is a nested class or function.
 
    .. method:: has_children()