diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-03-14 16:35:24 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-03-14 16:35:24 -0700 |
commit | 2b81ded335bf669d03e91207a946b91e7bc69888 (patch) | |
tree | 3e46fed90d448ac839eeefafe2619e8378bcecd9 /doc | |
parent | 06a5e841d1999018d47362fe946920f24043ce66 (diff) | |
download | teliva-2b81ded335bf669d03e91207a946b91e7bc69888.tar.gz |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.html | 2 |
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> |