diff options
| author | SaJH <wogur981208@gmail.com> | 2025-08-26 00:50:53 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-28 08:52:43 +0200 |
| commit | 3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8 (patch) | |
| tree | 38a78ca516fc998ae29818fa7950af5278bc7c9b /docs/internals/contributing | |
| parent | 1285de557b0b8b9c5ebe5de0114b2da5abe60f80 (diff) | |
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
Signed-off-by: SaJH <wogur981208@gmail.com>
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 <old-string-formatting>`, :py:ref:`f-strings - <f-strings>`, or :py:meth:`str.format` as appropriate, with the goal of + :ref:`%-formatting <old-string-formatting>`, :ref:`f-strings + <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 |
