`comments in Python source code` to `Python docstrings`

This commit is contained in:
Sajith Sasidharan 2021-03-23 10:45:56 -04:00
parent 517cfad4df
commit 5ac52da14c
1 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,6 @@ If you have Sphinx and Make installed, you can also run `make html`
within the docs directory. You may also need to install some
additional Python packages, such as `setuptools` and `recommonmark`.
Note that Sphinx can also process comments in Python source code to
generate API documentation. Tahoe-LAFS currently does not use Sphinx
for this purpose.
Note that Sphinx can also process Python docstrings to generate API
documentation. Tahoe-LAFS currently does not use Sphinx for this
purpose.