From 1d3ab735066cdd082473387c48451d0fb6a1a0bb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 3 Jan 2016 14:41:33 +0100 Subject: Fix some typos found by intrigeri This should close https://labs.riseup.net/code/issues/10838 --- test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 6886c1f..58e7ec7 100644 --- a/test/test.py +++ b/test/test.py @@ -95,9 +95,9 @@ def run_all_tests(): def set_local(): - """ Monkey patch pathes to run the testsuite on the _local_ + """ Monkey patch paths to run the testsuite on the _local_ version of MAT. See `run_all_tests` for more information about - what pathes we're changing and why. + what paths we're changing and why. """ os.environ['PATH'] = '..:' + os.environ['PATH'] sys.path.append('..') -- cgit v1.3