summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaojueGuan <guanalbertjone@gmail.com>2018-05-13 20:50:17 +0800
committerXiaojueGuan <guanalbertjone@gmail.com>2018-05-13 20:52:44 +0800
commit17160b515a98ac8463e24e0a540e0868b155c490 (patch)
tree4636ff044ac156f3241164b62bb88812ac48fe1f
parent8fb318edb688709cd8077069938d26d1391c23ed (diff)
downloadtaskflow-17160b515a98ac8463e24e0a540e0868b155c490.tar.gz
Trivial: update pypi url to new url
Change-Id: I172077bc2b4cf5e02691c98b07860f853f9f4da9
-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