From 3da3f3fa9f119c17aed985ad6ea1ec90d25691cc Mon Sep 17 00:00:00 2001 From: David Yan Date: Wed, 20 May 2020 16:31:33 -0700 Subject: [PATCH] Fix formatting errors --- tests/roots/test-dummy/dummy_module.py | 2 +- tests/test_sphinx_autodoc_typehints.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/roots/test-dummy/dummy_module.py b/tests/roots/test-dummy/dummy_module.py index 7d729f40..c78bf676 100644 --- a/tests/roots/test-dummy/dummy_module.py +++ b/tests/roots/test-dummy/dummy_module.py @@ -32,7 +32,7 @@ class Class: Description .. attribute:: y - + bar .. attribute:: z diff --git a/tests/test_sphinx_autodoc_typehints.py b/tests/test_sphinx_autodoc_typehints.py index b44861bf..4ac3d72c 100644 --- a/tests/test_sphinx_autodoc_typehints.py +++ b/tests/test_sphinx_autodoc_typehints.py @@ -263,7 +263,7 @@ class dummy_module.Class(x, y, z=None) "int" z - + baz Type: