Skip to content

Commit 74c208a

Browse files
committed
Fix double backticks
1 parent 3cb6036 commit 74c208a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/contribute.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Introducing
356356

357357
You can use standard rst cross references in *alternative*.
358358

359-
3. Make appropriate changes to the type hints in the associated `.pyi` file.
359+
3. Make appropriate changes to the type hints in the associated ``.pyi`` file.
360360
The general guideline is to match runtime reported behavior.
361361

362362
- Items marked with ``@_api.deprecated`` or ``@_api.deprecate_privatize_attribute``
@@ -384,7 +384,7 @@ Expiring
384384
information. For the content, you can usually copy the deprecation notice
385385
and adapt it slightly.
386386
2. Change the code functionality and remove any related deprecation warnings.
387-
3. Make appropriate changes to the type hints in the associated `.pyi` file.
387+
3. Make appropriate changes to the type hints in the associated ``.pyi`` file.
388388

389389
- Items marked with ``@_api.deprecated`` or ``@_api.deprecate_privatize_attribute``
390390
are to be removed on expiry.

0 commit comments

Comments
 (0)