From 80a754e894de068a1d5c71cbd7607a9db0b6589d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Dec 2014 20:17:54 +0200 Subject: Fix typo --- obnamlib/structurederror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obnamlib/structurederror.py') diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py index 2fc04676..cebaecc9 100644 --- a/obnamlib/structurederror.py +++ b/obnamlib/structurederror.py @@ -45,7 +45,7 @@ class StructuredError(Exception): will also make translated log files more greppable. The format string uses syntax according to the str.format - specification (not the old % interpolation), in order to easy + specification (not the old % interpolation), in order to ease eventual migration to Python 3. To use structured error exceptions, subclass this class for each -- cgit v1.2.1