SF.net SVN: docutils:[9803 ] trunk/docutils/docutils/ __main__.py

aa-turner--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9803
          http://sourceforge.net/p/docutils/code/9803
Author:   aa-turner
Date:     2024-07-31 10:21:02 +0000 (Wed, 31 Jul 2024)
Log Message:
-----------
Add type hints to ``docutils.__main__``

Modified Paths:
--------------
    trunk/docutils/docutils/__main__.py

Modified: trunk/docutils/docutils/__main__.py
===================================================================
--- trunk/docutils/docutils/__main__.py	2024-07-31 10:18:50 UTC (rev 9802)
+++ trunk/docutils/docutils/__main__.py	2024-07-31 10:21:02 UTC (rev 9803)
@@ -53,7 +53,7 @@
                                    'applications')
 
 
-def main():
+def main() -> None:
     """Generic command line interface for the Docutils Publisher.
     """
     locale.setlocale(locale.LC_ALL, '')

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.