]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Tweak comment.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 10:34:36 +0000 (11:34 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 10:34:36 +0000 (11:34 +0100)
* pygnulib/GLMakefileTable.py (GLMakefileTable.parent): Tweak 'gentests'
description.

ChangeLog
pygnulib/GLMakefileTable.py

index 5e7ea28e071abca63ea78252971798ab8e3566dc..aeb43ec74d96f6cf61bcfe61cf8dfc03b488f57a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-06  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.py: Tweak comment.
+       * pygnulib/GLMakefileTable.py (GLMakefileTable.parent): Tweak 'gentests'
+       description.
+
 2024-03-06  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Follow gnulib-tool changes, part 42.
index d1e6178880ff06a672bb4cd817ddb9644ed5c2d9..35f32685b54d213f5e1775d93f00ccfa75bc9a3c 100644 (file)
@@ -87,7 +87,7 @@ class GLMakefileTable(object):
         which contains or will contain Makefile.am file.
         GLConfig: sourcebase, m4base, testsbase, incl_test_categories,
         excl_test_categories, makefile_name.
-        gentests is a bool that is True if files are placed in $testsbase.'''
+        gentests is a bool that is True if any files are to be placed in $testsbase.'''
         if type(gentests) is not bool:
             raise TypeError('gentests must be a bool, not %s' % (type(gentests).__name__))
         m4base = self.config['m4base']