diff options
-rw-r--r-- | Doc/library/types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst index e170700..b19aa02 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -8,7 +8,7 @@ -------------- -This module defines utility function to assist in dynamic creation of +This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard |