diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:31:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:31:54 (GMT) |
commit | 34122fa99cfd6a5c6f931ac744b484793fcf2587 (patch) | |
tree | 20b064f7ee68dc25dc30e3cdf5ed5c81e6fcbd1f | |
parent | ed68854b408e6fe76fd7ac57aed693ee4d0fda1f (diff) | |
download | cpython-34122fa99cfd6a5c6f931ac744b484793fcf2587.zip cpython-34122fa99cfd6a5c6f931ac744b484793fcf2587.tar.gz cpython-34122fa99cfd6a5c6f931ac744b484793fcf2587.tar.bz2 |
Remove a spurious space from the title.
-rw-r--r-- | Doc/lib/libanydbm.tex | 2 | ||||
-rw-r--r-- | Doc/libanydbm.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 70bac79..b55b671 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -1,4 +1,4 @@ -\section{Standard Modules \sectcode{anydbm} and \sectcode{dumbdbm}} +\section{Standard Modules \sectcode{anydbm} and \sectcode{dumbdbm}} \stmodindex{anydbm} \stmodindex{dumbdbm} diff --git a/Doc/libanydbm.tex b/Doc/libanydbm.tex index 70bac79..b55b671 100644 --- a/Doc/libanydbm.tex +++ b/Doc/libanydbm.tex @@ -1,4 +1,4 @@ -\section{Standard Modules \sectcode{anydbm} and \sectcode{dumbdbm}} +\section{Standard Modules \sectcode{anydbm} and \sectcode{dumbdbm}} \stmodindex{anydbm} \stmodindex{dumbdbm} |