From ca2fd02a35aab3a9412eaf4ddaf281c476371e32 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jun 2015 15:36:02 +0200 Subject: Docstring nit. --- testsuite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite.py b/testsuite.py index 6868728..1ec03c5 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1953,8 +1953,8 @@ def test_all_yes(conf): def test_call_all(conf): """ - Call all public methods on all symbols, menus, choices and comments for all - architectures to make sure we never crash or hang. (Nearly all public + Call all public methods on all symbols, menus, choices, and comments for + all architectures to make sure we never crash or hang. (Nearly all public methods: some are hard to test like this, but are exercised by other tests.) Also do misc. sanity checks.""" print(" For {0}...".format(conf.get_arch())) -- cgit v1.2.3