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:
parent
ba0859d58c
commit
e8f7783337
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue