Skip to content

Commit d439d3e

Browse files
darzaccaroterryjreedy
authored andcommitted
Minor typo in curses.rst (#2763)
I found a tiny typo in the curses how-to: changed 'Thy' to 'The' on line 68.
1 parent c648a93 commit d439d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and full support for mouse and keyboard input.
6565
The Python curses module
6666
------------------------
6767

68-
Thy Python module is a fairly simple wrapper over the C functions provided by
68+
The Python module is a fairly simple wrapper over the C functions provided by
6969
curses; if you're already familiar with curses programming in C, it's really
7070
easy to transfer that knowledge to Python. The biggest difference is that the
7171
Python interface makes things simpler by merging different C functions such as

0 commit comments

Comments
 (0)