Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codespell fix some typos #86

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = .git
skip = .git,venvs
# ignore-words-list =
2 changes: 1 addition & 1 deletion annexremote/annexremote.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def transfer_store(self, key, local_file):
----------
key : str
The Key to be stored in the remote. In most cases, this is going to be the
remote file name. It should be at least be unambigiously derived from it.
remote file name. It should be at least be unambiguously derived from it.
local_file: str
Path to the file to upload.
Note that in some cases, local_file may contain whitespace.
Expand Down
2 changes: 1 addition & 1 deletion docs/annexremote/annexremote.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2 id="parameters">Parameters</h2>
<dl>
<dt><strong><code>key</code></strong> :&ensp;<code>str</code></dt>
<dd>The Key to be stored in the remote. In most cases, this is going to be the
remote file name. It should be at least be unambigiously derived from it.</dd>
remote file name. It should be at least be unambiguously derived from it.</dd>
<dt><strong><code>local_file</code></strong> :&ensp;<code>str</code></dt>
<dd>Path to the file to upload.
Note that in some cases, local_file may contain whitespace.
Expand Down