1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

Improve documentation of royalnet.royaltyping

This commit is contained in:
Steffo 2022-05-02 05:19:33 +02:00
parent ba0859d58c
commit e8f7783337
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,11 +1,9 @@
"""
This module defines adds some common types to the default :mod:`typing` module present in the standard library.
This module extends :mod:`typing` with some additional types frequently used in :mod:`royalnet`.
It is recommended to import it with *one* of the following statements::
It is recommended to import it with the following statement::
import royalnet.royaltyping as t
from royalnet.royaltyping import *
from royalnet.royaltyping import <used_objects>
"""