mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
Signed-off-by: SaJH <wogur981208@gmail.com>
This commit is contained in:
parent
1285de557b
commit
3c0c54351b
42 changed files with 104 additions and 101 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue