Fix a warning when building docs.
Review Request #12877 — Created March 10, 2023 and submitted — Latest diff uploaded
Some code was using
:py:method:
instead of:py:meth
, which was
causing a warning about an unknown role.
Built docs and no longer saw the warning.