diff mbox series

[kirkstone,1/3] sphinx-lint: trailing whitespace

Message ID 20250524200630.4299-1-twoerner@gmail.com
State Accepted
Headers show
Series [kirkstone,1/3] sphinx-lint: trailing whitespace | expand

Commit Message

Trevor Woerner May 24, 2025, 8:06 p.m. UTC
Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 documentation/migration-guides/migration-4.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Antonin Godard May 27, 2025, 6:33 a.m. UTC | #1
On Sat, 24 May 2025 16:06:28 -0400, Trevor Woerner wrote:
> Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'.
> 
> 

Applied, thanks!

[1/3] sphinx-lint: trailing whitespace
      commit: 7776550a190060221a8cc913e470edf5349b6829
[2/3] sphinx-lint: role missing opening tag colon
      commit: 255bfc8c195bbc84a78a4985cf2775c87e525794
[3/3] sphinx-lint: unbalanced inline literal markup
      commit: 2c1e5b080ad5e62d8283d332cbc473fd2d59c6e6

Best regards,
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index 5e240457c072..34fdda907695 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -143,7 +143,7 @@  Python changes
   The new Python packaging classes that should be used are
   :ref:`python_flit_core <ref-classes-python_flit_core>`,
   :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>`
-  and :ref:`python_poetry_core <ref-classes-python_poetry_core>`.  
+  and :ref:`python_poetry_core <ref-classes-python_poetry_core>`.
 
 - The :ref:`setuptools3 <ref-classes-setuptools3>` class ``do_install()`` task now
   installs the ``wheel`` binary archive. In current versions of ``setuptools`` the