summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taskflow/types/failure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/types/failure.py b/taskflow/types/failure.py
index ccdcea0..31c30ce 100644
--- a/taskflow/types/failure.py
+++ b/taskflow/types/failure.py
@@ -121,7 +121,7 @@ class Failure(mixins.StrMixin):
side-effects that the receiver would not have intended to have caused).
TODO(harlowja): use parts of http://bugs.python.org/issue17911 and the
- backport at https://pypi.python.org/pypi/traceback2/ to (hopefully)
+ backport at https://pypi.org/project/traceback2/ to (hopefully)
simplify the methods and contents of this object...
"""
DICT_VERSION = 1