SF.net SVN: docutils:[9875] trunk/docutils/docutils/utils/urischemes.py

aa-turner--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9875
          http://sourceforge.net/p/docutils/code/9875
Author:   aa-turner
Date:     2024-08-09 06:38:17 +0000 (Fri, 09 Aug 2024)
Log Message:
-----------
Add type hints to ``docutils.utils.urischemes``

Modified Paths:
--------------
    trunk/docutils/docutils/utils/urischemes.py

Modified: trunk/docutils/docutils/utils/urischemes.py
===================================================================
--- trunk/docutils/docutils/utils/urischemes.py	2024-08-09 06:26:54 UTC (rev 9874)
+++ trunk/docutils/docutils/utils/urischemes.py	2024-08-09 06:38:17 UTC (rev 9875)
@@ -11,7 +11,7 @@
 
 # Many values are blank and should be filled in with useful descriptions.
 
-schemes = {
+schemes: dict[str, str] = {
       'about': 'provides information on Navigator',
       'acap': 'Application Configuration Access Protocol; RFC 2244',
       'addbook': "To add vCard entries to Communicator's Address Book",

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.