We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05fd59 commit 75ccb2dCopy full SHA for 75ccb2d
README.markdown
@@ -17,7 +17,7 @@ contains:
17
- `python_toolbox.context_managers`: Pimping up your context managers.
18
19
- `python_toolbox.emitters`: A publisher-subscriber framework that doesn't
20
- abuse strings
+ abuse strings.
21
22
- And many, *many* more! The Python Toolbox contains **hundreds** of useful little
23
tools.
python_toolbox/infinity.py
@@ -54,7 +54,6 @@ class Infinity(object):
54
#todo: add __assign__ or whatever it's called
55
#todo: add more interoperability with float(inf). (Need to detect its
56
#existance)
57
- #todo: calling it Infinity is a bit wrong./
58
59
def __init__(self, direction=1):
60
self.direction = direction
0 commit comments