summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-16 15:47:46 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-16 15:47:46 (GMT)
commit05df69b2ea7e97235a2ba93e79d461d16e211f0a (patch)
tree7c61f38b2e271952a248ad335066eca70fd8759d
parent9c8497eb6e8cfdcf459324f3071e98f846922b45 (diff)
downloadcpython-05df69b2ea7e97235a2ba93e79d461d16e211f0a.zip
cpython-05df69b2ea7e97235a2ba93e79d461d16e211f0a.tar.gz
cpython-05df69b2ea7e97235a2ba93e79d461d16e211f0a.tar.bz2
Remove orphaned footnote reference.
-rw-r--r--Doc/library/objects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/objects.rst b/Doc/library/objects.rst
index a0e66d1..1b75161 100644
--- a/Doc/library/objects.rst
+++ b/Doc/library/objects.rst
@@ -16,7 +16,7 @@ Names for built-in exceptions and functions and a number of constants are found
in a separate symbol table. This table is searched last when the interpreter
looks up the meaning of a name, so local and global user-defined names can
override built-in names. Built-in types are described together here for easy
-reference. [#]_
+reference.
The tables in this chapter document the priorities of operators by listing them
in order of ascending priority (within a table) and grouping operators that have