mirror of
https://github.com/python/cpython.git
synced 2025-09-15 05:06:12 +00:00
[3.13] gh-101100: Fix Sphinx warnings in library/decimal.rst
(GH-134303) (#134339)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
eca8ff1ae2
commit
61af847d41
3 changed files with 42 additions and 32 deletions
|
@ -300,7 +300,6 @@ nitpick_ignore += [
|
|||
('py:attr', '__annotations__'),
|
||||
('py:meth', '__missing__'),
|
||||
('py:attr', '__wrapped__'),
|
||||
('py:attr', 'decimal.Context.clamp'),
|
||||
('py:meth', 'index'), # list.index, tuple.index, etc.
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue