From 84d9c2e446976c2864020b30e48e1bbfd0204d75 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 13 Mar 2012 09:01:26 -0400 Subject: [PATCH] Fix wrtier -> writer typo in `pycomedi.utility._MMapReadWriteThread` docstring. --- pycomedi/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycomedi/utility.py b/pycomedi/utility.py index 166eafb..203a1df 100644 --- a/pycomedi/utility.py +++ b/pycomedi/utility.py @@ -275,7 +275,7 @@ class Writer (_ReadWriteThread): class _MMapReadWriteThread (_ReadWriteThread): - "`mmap()`-based reader/wrtier" + "`mmap()`-based reader/writer" def __init__(self, *args, **kwargs): preload = kwargs.pop('preload', 0) access = kwargs.pop('access') -- 2.26.2