Skip to content

Commit

Permalink
Fix typos caught by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Oct 3, 2023
1 parent 1261a39 commit 6cd55cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Step 3: Use tokens to access the service
Continuing from the example above, you have two credentials to Globus Services
on hand: the ``AUTH_TOKEN`` and the ``TRANSFER_TOKEN``.

We'll focus on the ``TRANSFER_TOKEN`` for now. It's used to access the Tansfer
We'll focus on the ``TRANSFER_TOKEN`` for now. It's used to access the Transfer
service.

.. _authorizer_first_use:
Expand Down
2 changes: 1 addition & 1 deletion tests/non-pytest/mypy-ignore-tests/transfer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
tdata.add_filter_rule("*.tgz", type="file")
# bad values rejected (Literal)
tdata.add_filter_rule("*.tgz", type="files") # type: ignore[arg-type]
tdata.add_filter_rule("*.tgz", method="unclude") # type: ignore[arg-type]
tdata.add_filter_rule("*.tgz", method="occlude") # type: ignore[arg-type]

0 comments on commit 6cd55cb

Please sign in to comment.