texlive[73710] Build/source/texk/web2c/tests/fix-changefile-lines.py:

commits+ascherer at tug.org commits+ascherer at tug.org
Mon Feb 3 19:32:16 CET 2025


Revision: 73710
          https://tug.org/svn/texlive?view=revision&revision=73710
Author:   ascherer
Date:     2025-02-03 19:32:15 +0100 (Mon, 03 Feb 2025)
Log Message:
-----------
Trivial changes in Python comments.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py

Modified: trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py
===================================================================
--- trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py	2025-02-03 10:00:57 UTC (rev 73709)
+++ trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py	2025-02-03 18:32:15 UTC (rev 73710)
@@ -58,8 +58,8 @@
             sys.exit(1)
 
     def next_line(self):
-        """Returns the triple of current part, section and line numbers, as
-        well as the next line. Updates part and section numbers.
+        """Returns the triple of current part, section and line numbers,
+        as well as the next line. Updates part and section numbers.
         """
         if self._pos >= len(self._web_lines):
             return None
@@ -139,8 +139,8 @@
 
     def find_match_in_web(self, web_reader):
         """Find the match for the current change chunk in the WEB file.
-        Returns the part, section, and line number of the first match line in
-        the WEB file.
+        Returns the part, section, and line number of the first match line
+        in the WEB file.
         """
         while True:
             try:



More information about the tex-live-commits mailing list.