commit | 6f18b987823773cf78fe46a2f92add81b951d0d8 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Jul 04 12:50:02 2011 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Jul 04 12:50:02 2011 -0700 |
tree | 439c0509436f0e5fdbfed24b9a441fff4e63b8f0 | |
parent | 49d495fa257c6f60381945df10d71ba242b32a52 [diff] [blame] |
Fix closes issue10403 - Let's not use members anymore.
diff --git a/Doc/library/cookie.rst b/Doc/library/cookie.rst index 3bdc61a..de84568 100644 --- a/Doc/library/cookie.rst +++ b/Doc/library/cookie.rst
@@ -191,7 +191,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)