Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Mar 5, 2024
1 parent e27ead4 commit 9f26fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caiman/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 9f26fc6

Please sign in to comment.