Skip to content

Commit

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

* Add reference to ignore
  • Loading branch information
l1storez authored May 19, 2021
1 parent e8b9dbc commit 63eb6ff
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 63eb6ff

Please sign in to comment.