diff options
author | Julien Palard <julien@palard.fr> | 2022-01-27 07:57:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 07:57:43 (GMT) |
commit | bcafab849e9063dd36a7fefb0162e0cf46b3c9b2 (patch) | |
tree | b7cc5385dbc1cba9808cc6b53420902f6b117697 /Doc/library | |
parent | b50322d20337ca468f2070eedb051a16ee1eba94 (diff) | |
download | cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.zip cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.gz cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.bz2 |
[doc]: Spotted errors while working on rstlint. (GH-30879)
Also ignored some `make suspicious` false positives while assuring
true positives were properly seen by rstlint.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/email.errors.rst | 2 | ||||
-rw-r--r-- | Doc/library/tk.rst | 2 | ||||
-rw-r--r-- | Doc/library/tkinter.colorchooser.rst | 2 | ||||
-rw-r--r-- | Doc/library/tkinter.dnd.rst | 2 | ||||
-rw-r--r-- | Doc/library/tkinter.messagebox.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/email.errors.rst b/Doc/library/email.errors.rst index 7a77640..194a986 100644 --- a/Doc/library/email.errors.rst +++ b/Doc/library/email.errors.rst @@ -114,4 +114,4 @@ All defect classes are subclassed from :class:`email.errors.MessageDefect`. a multiple of 4). The encoded block was kept as-is. * :class:`InvalidDateDefect` -- When decoding an invalid or unparsable date field. - The original value is kept as-is.
\ No newline at end of file + The original value is kept as-is. diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst index 0cb8fda..3dc2130 100644 --- a/Doc/library/tk.rst +++ b/Doc/library/tk.rst @@ -44,4 +44,4 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi .. Other sections I have in mind are Tkinter internals - Freezing Tkinter applications
\ No newline at end of file + Freezing Tkinter applications diff --git a/Doc/library/tkinter.colorchooser.rst b/Doc/library/tkinter.colorchooser.rst index 60f4d70..6e8479c 100644 --- a/Doc/library/tkinter.colorchooser.rst +++ b/Doc/library/tkinter.colorchooser.rst @@ -26,4 +26,4 @@ the :class:`~tkinter.commondialog.Dialog` class. .. seealso:: Module :mod:`tkinter.commondialog` - Tkinter standard dialog module
\ No newline at end of file + Tkinter standard dialog module diff --git a/Doc/library/tkinter.dnd.rst b/Doc/library/tkinter.dnd.rst index 6c11c73..02de0fd 100644 --- a/Doc/library/tkinter.dnd.rst +++ b/Doc/library/tkinter.dnd.rst @@ -61,4 +61,4 @@ Selection of a target object occurs as follows: .. seealso:: - :ref:`Bindings-and-Events`
\ No newline at end of file + :ref:`Bindings-and-Events` diff --git a/Doc/library/tkinter.messagebox.rst b/Doc/library/tkinter.messagebox.rst index 872e72f..56c1d6c 100644 --- a/Doc/library/tkinter.messagebox.rst +++ b/Doc/library/tkinter.messagebox.rst @@ -36,4 +36,4 @@ limited to: askokcancel(title=None, message=None, **options) askretrycancel(title=None, message=None, **options) askyesno(title=None, message=None, **options) - askyesnocancel(title=None, message=None, **options)
\ No newline at end of file + askyesnocancel(title=None, message=None, **options) |