]> git.ipfire.org Git - thirdparty/tornado.git/commit
httpclient: Remove initialize method from docs 3150/head
authorBen Darnell <ben@bendarnell.com>
Tue, 7 Jun 2022 01:16:07 +0000 (21:16 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 7 Jun 2022 01:16:07 +0000 (21:16 -0400)
commita03b74eb31b3ef5cd95fa12f10fca7efd36aab3c
treeaa592fa9762939842c9f9051611c50e745ad884d
parent7c2cd03cce0e3989437b65cd3238f3bfd3d97d3a
httpclient: Remove initialize method from docs

This method is not meant for public consumption; it is an
implementation detail of the construction-time magic for this class.
It was not intended to appear in documentation as if it is
the public constructor.

Fixes #3141
docs/httpclient.rst
tornado/simple_httpclient.py