From ea8997a108eb78a795f461ff1f41e0771e58c2d7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 3 Feb 2018 20:21:06 -0200 Subject: [PATCH] Update wording in CHANGELOG --- changelog/1810.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1810.bugfix b/changelog/1810.bugfix index 5c3000d05..c91ed47d0 100644 --- a/changelog/1810.bugfix +++ b/changelog/1810.bugfix @@ -1 +1 @@ -Move import of doctest.UnexpectedException to top-level. \ No newline at end of file +Move import of ``doctest.UnexpectedException`` to top-level to avoid possible errors when using ``--pdb``.