Skip to content

Commit

Permalink
Fix quotes in example doc
Browse files Browse the repository at this point in the history
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
  • Loading branch information
aaschaer and kurtmckee authored Mar 22, 2023
1 parent 0775046 commit 62fdbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globus_sdk/services/transfer/data/transfer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def add_filter_rule(
>>> tdata.add_filter_rule(method="exclude", "*.tar.gz", type="file")
``tdata`` now describes a transfer which will skip any gzipped tar files with
the extensions `.tgz` or `.tar.gz`
the extensions ``.tgz`` or ``.tar.gz``
>>> tdata = TransferData(...)
>>> tdata.add_filter_rule(method="include", "*.txt", type="file")
Expand Down

0 comments on commit 62fdbcb

Please sign in to comment.