diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-25 23:47:40 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-25 23:47:40 +0100 |
| commit | ecf671f4ed5b96309124a80de5b20cf8c75be7ce (patch) | |
| tree | 1199f7c5f631961b1791fe242a6a7396987e49de /docs/api | |
| parent | faab81b2442c3417192074e47bae108f08303e9c (diff) | |
| download | webob-ecf671f4ed5b96309124a80de5b20cf8c75be7ce.tar.gz | |
Remove comment.
After switching .header_value and .parsed to read-only properties, we no
longer need to use autoinstanceattribute.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/webob.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/api/webob.txt b/docs/api/webob.txt index 4ff67ae..0e82742 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -6,14 +6,6 @@ Headers Accept-* ~~~~~~~~ - -.. # We use ``autoinstanceattribute`` instead of ``members`` to document - # instance attributes for now, because of - # https://github.com/sphinx-doc/sphinx/issues/904 - # (``autoattribute`` and ``autodata`` do not work with instance attributes.) - # As mentioned there, ``autoinstanceattribute`` is undocumented. However, it - # has been around for years, and works. - .. automodule:: webob.acceptparse .. autoclass:: AcceptCharset |
