aboutsummaryrefslogtreecommitdiff
path: root/pw_build/py/pw_build/generate_python_package.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/py/pw_build/generate_python_package.py')
-rw-r--r--pw_build/py/pw_build/generate_python_package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_build/py/pw_build/generate_python_package.py b/pw_build/py/pw_build/generate_python_package.py
index 76ac587b1..2fcfbe7b9 100644
--- a/pw_build/py/pw_build/generate_python_package.py
+++ b/pw_build/py/pw_build/generate_python_package.py
@@ -11,7 +11,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
-"""Generates a setup.cfg file for a Python package."""
+"""Generates a setup.cfg file for a pw_python_package target."""
import argparse
from collections import defaultdict