From 9f26fc6388fb259182fd80fcb14ff795ec12e78b Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Wed, 31 Jan 2024 15:44:46 -0500 Subject: [PATCH] Fix typo --- caiman/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caiman/utils/utils.py b/caiman/utils/utils.py index 866d117d6..caf82d906 100644 --- a/caiman/utils/utils.py +++ b/caiman/utils/utils.py @@ -649,7 +649,7 @@ def get_caiman_version() -> tuple[str, str]: # 'GITW') git rev-parse if caiman is built from "pip install -e ." and we are working # out of the checkout directory (the user may have since updated without reinstall) # 'RELF') A release file left in the process to cut a release. Should have a single line - # in it whick looks like "Version:1.4" + # in it which looks like "Version:1.4" # 'FILE') The date of some frequently changing files, which act as a very rough # approximation when no other methods are possible #