Skip to content

Commit 98f3eac

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 47c6e0d commit 98f3eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tributors/main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class TributorsClient:
2121
"""The tributors client is the handler to interact with one or more
2222
contributor actions. If we do an update for multiple, for example,
23-
we can cache and re-use the GitHub calls.
23+
we can cache and reuse the GitHub calls.
2424
"""
2525

2626
def __init__(self, skip_cache=False):

0 commit comments

Comments
 (0)