From 5ac52da14c07800772cec480f1914e97d19e83f6 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Tue, 23 Mar 2021 10:45:56 -0400 Subject: [PATCH] `comments in Python source code` to `Python docstrings` --- docs/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.txt b/docs/README.txt index 25460bbaa..53f905e90 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -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.