issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst
index d8a437b..6baf28e 100644
--- a/Doc/library/http.cookies.rst
+++ b/Doc/library/http.cookies.rst
@@ -152,7 +152,7 @@
.. method:: Morsel.set(key, value, coded_value)
- Set the *key*, *value* and *coded_value* members.
+ Set the *key*, *value* and *coded_value* attributes.
.. method:: Morsel.isReservedKey(K)