diff options
-rw-r--r-- | Doc/library/superseded.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst index d43e2e5..17bfa66 100644 --- a/Doc/library/superseded.rst +++ b/Doc/library/superseded.rst @@ -4,11 +4,12 @@ Superseded Modules ****************** -The modules described in this chapter are deprecated and only kept for +The modules described in this chapter are deprecated or :term:`soft deprecated` and only kept for backwards compatibility. They have been superseded by other modules. .. toctree:: :maxdepth: 1 + getopt.rst optparse.rst |