diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 842e956fc..c61daa7f9 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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: diff --git a/tests/non-pytest/mypy-ignore-tests/transfer_data.py b/tests/non-pytest/mypy-ignore-tests/transfer_data.py index 836df171f..963a1393a 100644 --- a/tests/non-pytest/mypy-ignore-tests/transfer_data.py +++ b/tests/non-pytest/mypy-ignore-tests/transfer_data.py @@ -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]