summaryrefslogtreecommitdiff
path: root/Doc/library/framework.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/framework.rst')
-rw-r--r--Doc/library/framework.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/framework.rst b/Doc/library/framework.rst
index ea58c050e4..1237e56fb8 100644
--- a/Doc/library/framework.rst
+++ b/Doc/library/framework.rst
@@ -16,9 +16,9 @@ often be done on various different levels, i.e. to handle clicks in a single
dialog window in a non-standard way it is not necessary to override the complete
event handling.
-.. warning::
+.. note::
- This module is removed in 3.0.
+ This module has been removed in Python 3.x.
Work on the :mod:`FrameWork` has pretty much stopped, now that :mod:`PyObjC` is
available for full Cocoa access from Python, and the documentation describes