Skip to content

[doc]: Fix some rstlint issues (default-role and newlines at end of file). #30831

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Available make targets are:

* "pydoc-topics", which builds a Python module containing a dictionary with
plain text documentation for the labels defined in
`tools/pyspecific.py` -- pydoc needs these to show topic and keyword help.
``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help.

* "suspicious", which checks the parsed markup for text that looks like
malformed and thus unconverted reST.
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/email.errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
The original value is kept as-is.
2 changes: 1 addition & 1 deletion Doc/library/tk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Freezing Tkinter applications
2 changes: 1 addition & 1 deletion Doc/library/tkinter.colorchooser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ the :class:`~tkinter.commondialog.Dialog` class.
.. seealso::

Module :mod:`tkinter.commondialog`
Tkinter standard dialog module
Tkinter standard dialog module
2 changes: 1 addition & 1 deletion Doc/library/tkinter.dnd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Selection of a target object occurs as follows:

.. seealso::

:ref:`Bindings-and-Events`
:ref:`Bindings-and-Events`
2 changes: 1 addition & 1 deletion Doc/library/tkinter.messagebox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
askyesnocancel(title=None, message=None, **options)