From 5fbd120f4f06d08c8e8288c24a679416ea3fd08d Mon Sep 17 00:00:00 2001 From: Yifan Wang Date: Sat, 13 Jul 2024 16:20:41 +0200 Subject: [PATCH] typo --- pycbc/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycbc/pool.py b/pycbc/pool.py index f9640c7acd1..a770b9537ec 100644 --- a/pycbc/pool.py +++ b/pycbc/pool.py @@ -91,7 +91,7 @@ def allmap(self, fcn, args): return results def map(self, func, items, chunksize=None): - """ Catch keyboard interupts to allow the pool to exit cleanly. + """ Catch keyboard interrupts to allow the pool to exit cleanly. Parameters ----------