diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-06 22:26:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-06 22:26:04 (GMT) |
commit | 31c4ed75fc840122f06cb9976725941a4b1151cc (patch) | |
tree | 2cb1e367d9372177d6cb89e13c0818e78c77f11d /Doc | |
parent | c660233cfb0a69649d139616af66efefa9775822 (diff) | |
download | cpython-31c4ed75fc840122f06cb9976725941a4b1151cc.zip cpython-31c4ed75fc840122f06cb9976725941a4b1151cc.tar.gz cpython-31c4ed75fc840122f06cb9976725941a4b1151cc.tar.bz2 |
Remove commented-out \itembreak.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgl.tex | 1 | ||||
-rw-r--r-- | Doc/libgl.tex | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 8aa57a0..b168681 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -121,7 +121,6 @@ but the pairs have the point first and the normal second. \begin{funcdesc}{nurbssurface}{s_k\, t_k\, ctl\, s_ord\, t_ord\, type} % XXX s_k[], t_k[], ctl[][] -%\itembreak Defines a nurbs surface. The dimensions of \code{\var{ctl}[][]} diff --git a/Doc/libgl.tex b/Doc/libgl.tex index 8aa57a0..b168681 100644 --- a/Doc/libgl.tex +++ b/Doc/libgl.tex @@ -121,7 +121,6 @@ but the pairs have the point first and the normal second. \begin{funcdesc}{nurbssurface}{s_k\, t_k\, ctl\, s_ord\, t_ord\, type} % XXX s_k[], t_k[], ctl[][] -%\itembreak Defines a nurbs surface. The dimensions of \code{\var{ctl}[][]} |