From 3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8 Mon Sep 17 00:00:00 2001 From: SaJH Date: Tue, 26 Aug 2025 00:50:53 +0900 Subject: Fixed #36570 -- Removed unnecessary :py domain from documentation roles. Signed-off-by: SaJH --- docs/internals/contributing/writing-code/coding-style.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 64ef6c5a51..883ea8b9c2 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -56,8 +56,8 @@ Python style These limits are checked when ``flake8`` is run. * String variable interpolation may use - :py:ref:`%-formatting `, :py:ref:`f-strings - `, or :py:meth:`str.format` as appropriate, with the goal of + :ref:`%-formatting `, :ref:`f-strings + `, or :meth:`str.format` as appropriate, with the goal of maximizing code readability. Final judgments of readability are left to the Merger's discretion. As a -- cgit v1.3