-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
DOC: Correct more typos in code comments #63083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| num_format_str : optional number format string | ||
| """ | ||
| # Create a XlsxWriter format object. | ||
| # Create an XlsxWriter format object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this one is wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbrockmendel Yes, "an xlsx" is the correct usage. Even Adobe writes "an xlsx" on their official website.
https://www.adobe.com/uk/acrobat/resources/document-files/spreadsheet-files/xls.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general rule is to use "an" when the starting sound of the word is a vowel. Here, that sound is "Ex".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me
rhshadrach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@star1327p - changes to the error message needs to be reflected in the test. See https://github.com/pandas-dev/pandas/actions/runs/19390145720/job/55482468729?pr=63083#step:8:94 |
Correct more typos in code comments.
Continued from #63042.
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.