Skip to content

Commit

Permalink
Hotfix references in docs (#5721) (#5724)
Browse files Browse the repository at this point in the history
* removed the prefix from line 167

* Add reference to ignore

(cherry picked from commit 63eb6ff)

Co-authored-by: Olexiy Pohorely <52452803+l1storez@users.noreply.github.com>
  • Loading branch information
patchback[bot] and l1storez authored May 19, 2021
1 parent 7cc006e commit 8609211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Abstract Cookie Jar
Abstract Abstract Access Logger
-------------------------------

.. class:: aiohttp.abc.AbstractAccessLogger
.. class:: AbstractAccessLogger

An abstract class, base for all :class:`aiohttp.web.RequestHandler`
``access_logger`` implementations
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,5 @@
("py:mod", "aiohttp"), # undocumented, no `.. currentmodule:: aiohttp` in docs
("py:class", "aiohttp.SimpleCookie"), # undocumented
("py:class", "aiohttp.web.RequestHandler"), # undocumented
("py:class", "aiohttp.NamedPipeConnector"), # undocumented
]

0 comments on commit 8609211

Please sign in to comment.