summaryrefslogtreecommitdiff
path: root/obnamlib/structurederror.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-12-28 20:17:54 +0200
committerLars Wirzenius <liw@liw.fi>2014-12-28 20:17:54 +0200
commit80a754e894de068a1d5c71cbd7607a9db0b6589d (patch)
treea146c4aa8462884ea6ffcfd9e567735234f736c1 /obnamlib/structurederror.py
parent5da0ac9fc47a78db5890af536400bac32d7d05c7 (diff)
downloadobnam-80a754e894de068a1d5c71cbd7607a9db0b6589d.tar.gz
Fix typo
Diffstat (limited to 'obnamlib/structurederror.py')
-rw-r--r--obnamlib/structurederror.py2
1 files changed, 1 insertions, 1 deletions
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