File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ Introducing
356
356
357
357
You can use standard rst cross references in *alternative *.
358
358
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.
360
360
The general guideline is to match runtime reported behavior.
361
361
362
362
- Items marked with ``@_api.deprecated `` or ``@_api.deprecate_privatize_attribute ``
@@ -384,7 +384,7 @@ Expiring
384
384
information. For the content, you can usually copy the deprecation notice
385
385
and adapt it slightly.
386
386
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.
388
388
389
389
- Items marked with ``@_api.deprecated `` or ``@_api.deprecate_privatize_attribute ``
390
390
are to be removed on expiry.
You can’t perform that action at this time.
0 commit comments