summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdl.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-23 21:33:03 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-23 21:33:03 (GMT)
commit296152e644e9974ed3152f1f5789d4da532eab47 (patch)
tree1cd93b6f4325d68ae1f36b482ed399222c1b2742 /Doc/lib/libdl.tex
parent8797578a06aa65e3f2b3b0edb65870abcd45f20f (diff)
downloadcpython-296152e644e9974ed3152f1f5789d4da532eab47.zip
cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.gz
cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.bz2
Correct typos and markup errors (Raymond, thanks for texcheck)
Diffstat (limited to 'Doc/lib/libdl.tex')
-rw-r--r--Doc/lib/libdl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdl.tex b/Doc/lib/libdl.tex
index 3da4db2..325724c 100644
--- a/Doc/lib/libdl.tex
+++ b/Doc/lib/libdl.tex
@@ -27,7 +27,7 @@ signifies late binding (\constant{RTLD_LAZY}) or immediate binding
(\constant{RTLD_NOW}). Default is \constant{RTLD_LAZY}. Note that some
systems do not support \constant{RTLD_NOW}.
-Return value is a \pytype{dlobject}.
+Return value is a \class{dlobject}.
\end{funcdesc}
The \module{dl} module defines the following constants: