Skip to content

Commit 19201de

Browse files
committed
fixup refs
1 parent 21cfc3a commit 19201de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Doc/howto/curses.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ your terminal won't be left in a funny state on exception and you'll be
161161
able to read the exception's message and traceback.
162162

163163

164+
.. _windows-and-pads:
165+
164166
Windows and Pads
165167
================
166168

Misc/NEWS.d/next/Library/2025-05-27-11-13-51.gh-issue-133579.KY9M6S.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
:class:`curses.window`: Consistently report failures of curses C API calls
2-
in :class:`~curses.window` methods by raising a :exc:`curses.error`. This
3-
affects :meth:`~curses.window.addch`, :meth:`~curses.window.addnstr`,
1+
:ref:`curses.window <curses-window-objects>`: Consistently report failures
2+
of curses C API calls in Window methods by raising a :exc:`curses.error`.
3+
This affects :meth:`~curses.window.addch`, :meth:`~curses.window.addnstr`,
44
:meth:`~curses.window.addstr`, :meth:`~curses.window.border`,
55
:meth:`~curses.window.box`, :meth:`~curses.window.chgat`,
66
:meth:`~curses.window.getbkgd`, :meth:`~curses.window.inch`,

0 commit comments

Comments
 (0)