8000 Typo fix in file Python/getopt.c by hansrajdas · Pull Request #14719 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Typo fix in file Python/getopt.c #14719

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

Merged
merged 3 commits into from
Aug 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Typo fix in file Python/getopt.c
* improvment should be improvement
  • Loading branch information
hansrajdas committed Jul 12, 2019
commit c73027c6b6522ac2009c0ea9605eed5874a915a0
2 changes: 1 addition & 1 deletion Python/getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Nevertheless, I would like to know about bugs in this library or
* suggestions for improvment. Send bug reports and feedback to
* suggestions for improvement. Send bug reports and feedback to
* davegottner@delphi.com.
*---------------------------------------------------------------------------*/

Expand Down
0