diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-10-03 19:39:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 19:39:37 (GMT) |
commit | fcc832a4fafcbbaca5484ed0274935e14c9dcf6b (patch) | |
tree | 30f31b4b0c0e36cb34b87a2e6e04f77862c0b88c /Misc | |
parent | b5a630f3dd30ed628e088efe7523e650087adba2 (diff) | |
download | cpython-fcc832a4fafcbbaca5484ed0274935e14c9dcf6b.zip cpython-fcc832a4fafcbbaca5484ed0274935e14c9dcf6b.tar.gz cpython-fcc832a4fafcbbaca5484ed0274935e14c9dcf6b.tar.bz2 |
[3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873)
(cherry picked from commit 929b40a601db868530d6beaafb3256822103a7fb)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-03-14-37-46.bpo-31673.RFCrka.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-03-14-37-46.bpo-31673.RFCrka.rst b/Misc/NEWS.d/next/Library/2017-10-03-14-37-46.bpo-31673.RFCrka.rst new file mode 100644 index 0000000..8fce050 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-03-14-37-46.bpo-31673.RFCrka.rst @@ -0,0 +1 @@ +Fixed typo in the name of Tkinter's method adderrorinfo(). |