- commit
- 6719a9cdaa5d0f25b016f64a4dea83e13dd50ce6
- parent
- 20871bb853cef1be2ecee66a0623e72d613d3818
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-04 08:35
typo
Diffstat
| M | laneya/deferred.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/laneya/deferred.py b/laneya/deferred.py
@@ -72,7 +72,7 @@ class Promise(object): 72 72 def then(self, callback, errback=None): 73 73 """Register callbacks. 74 7475 -1 The registered callbacks will be executes as soon as the associated-1 75 The registered callbacks will be executed as soon as the associated 76 76 deferred has either been resolved or rejected. If it already has been, 77 77 the corresponding callback is executed immediately. 78 78