projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c258d1b
)
Fix wrtier -> writer typo in `pycomedi.utility._MMapReadWriteThread` docstring.
author
W. Trevor King
<wking@drexel.edu>
Tue, 13 Mar 2012 13:01:26 +0000
(09:01 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 13 Mar 2012 13:01:26 +0000
(09:01 -0400)
pycomedi/utility.py
patch
|
blob
|
history
diff --git
a/pycomedi/utility.py
b/pycomedi/utility.py
index 166eafb4842ae8a6392377cfbf5119749284cfc0..203a1dfceb0157c7eca88e72a04853b59e41529f 100644
(file)
--- a/
pycomedi/utility.py
+++ b/
pycomedi/utility.py
@@
-275,7
+275,7
@@
class Writer (_ReadWriteThread):
class _MMapReadWriteThread (_ReadWriteThread):
- "`mmap()`-based reader/wr
ti
er"
+ "`mmap()`-based reader/wr
it
er"
def __init__(self, *args, **kwargs):
preload = kwargs.pop('preload', 0)
access = kwargs.pop('access')