Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 29, 2020
1 parent 72c80a9 commit 7846e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_toolbox/more_autodoc/overloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def process_docstring(

class FunctionDocumenter(OverloadMixin, autodoc.FunctionDocumenter):
"""
Custom :class:`sphinx.ext.autodoc.FunctionDocumenter which
Custom :class:`sphinx.ext.autodoc.FunctionDocumenter` which
renders overloads differently.
.. versionadded:: 1.4.0
Expand Down Expand Up @@ -317,7 +317,7 @@ def process_overload_signature(self, overload: Signature) -> Signature:

class MethodDocumenter(OverloadMixin, autodoc.MethodDocumenter):
"""
Custom :class:`sphinx.ext.autodoc.MethodDocumenter which
Custom :class:`sphinx.ext.autodoc.MethodDocumenter` which
renders overloads differently.
.. versionadded:: 1.4.0
Expand Down

0 comments on commit 7846e56

Please sign in to comment.