summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/coding-style.txt4
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