-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Fix indentation on generated docstring
Python 3.13 started stripping leading whitespace in docstrings, so we need to be more careful to match the indentation of the rest of the docstring. Failing to do so results in warnings from docutils when building the docs.
- Loading branch information
1 parent
8eb7629
commit 72e893e
Showing
1 changed file
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters