File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
3863862. 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.
You can’t perform that action at this time.
0 commit comments