about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html
index a511c91..01c00db 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -4267,7 +4267,7 @@ for future prints to <code>window</code>. Attributes can be one of:
 <li><code>curses.A_REVERSE</code>: swaps foreground and background colors.
 <li><code>curses.color_pair(n)</code> for some integer <code>n</code>: color
 pair <code>n</code> which must have been initialized using
-<a href="#pdf-curses.init_pair"><code>curses.init_pair</code>.
+<a href="#pdf-curses.init_pair"><code>curses.init_pair</code></a>.
 </ul>
 
 <p>