Fix typos in Doc/library/curses.rst#148994
Conversation
picnixz
left a comment
There was a problem hiding this comment.
Can you fix all typos in curses.rst if there are more?
I have fixed more typos, comma issues and made words as compound adjectives.
I could make this uniform if you wish (only upper left , no upper left hand) since it repeats in various places with different words like right ,lower etc. |
| :ref:`window <curses-window-objects>` object in which the textbox is to | ||
| be contained. The edit cursor of the textbox is initially located at the | ||
| upper left hand corner of the containing window, with coordinates ``(0, 0)``. | ||
| upper left-hand corner of the containing window, with coordinates ``(0, 0)``. |
There was a problem hiding this comment.
I think we can just say upper-left and remove the hand, can't we? @StanFromIreland
There was a problem hiding this comment.
| upper left-hand corner of the containing window, with coordinates ``(0, 0)``. | |
| upper-left corner of the containing window, with coordinates ``(0, 0)``. |
There was a problem hiding this comment.
I have made the requested changes.
picnixz
left a comment
There was a problem hiding this comment.
LGTM but I only skimmed over it quickly.
| with :func:`newpad`. The additional parameters are needed to indicate what part | ||
| of the pad and screen are involved. *pminrow* and *pmincol* specify the upper | ||
| left-hand corner of the rectangle to be displayed in the pad. *sminrow*, | ||
| left-corner of the rectangle to be displayed in the pad. *sminrow*, |
There was a problem hiding this comment.
I think you meant "upper-left corner"?
There was a problem hiding this comment.
I think you meant "upper-left corner"?
@StanFromIreland Thanks for pointing that out , I've fixed it.
In Doc/library/curses.rst, the following sentence lacks a comma:
This PR adds a comma and improves readability and maintains grammar consistency.
📚 Documentation preview 📚: https://cpython-previews--148994.org.readthedocs.build/