Skip to content

Commit 75ccb2d

Browse files
committed
-
1 parent a05fd59 commit 75ccb2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contains:
1717
- `python_toolbox.context_managers`: Pimping up your context managers.
1818

1919
- `python_toolbox.emitters`: A publisher-subscriber framework that doesn't
20-
abuse strings
20+
abuse strings.
2121

2222
- And many, *many* more! The Python Toolbox contains **hundreds** of useful little
2323
tools.

python_toolbox/infinity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Infinity(object):
5454
#todo: add __assign__ or whatever it's called
5555
#todo: add more interoperability with float(inf). (Need to detect its
5656
#existance)
57-
#todo: calling it Infinity is a bit wrong./
5857

5958
def __init__(self, direction=1):
6059
self.direction = direction

0 commit comments

Comments
 (0)