From 37a2ce3301f47de1d40f77be24e913655de8b0d3 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Thu, 18 Jun 2020 13:45:42 -0700 Subject: [PATCH] Fixed typo in the changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c97020..b160998 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,7 +30,7 @@ Bug Fixes Fixed incorrect formatting when ``show-inheritance-diagram`` and ``private-members`` are turned on. * `#193 ` and -* `#208 `: (Python) + `#208 `: (Python) Inheritance diagrams can follow imports to find classes to document. * `#213 `: (Python) Fixed module summary never showing.