Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Feb 24, 2021
1 parent fcb1161 commit fb5d775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_source/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Tags.of(myConstruct).remove('tagname', {
#### [ Python ]

```
Tags.rof(my_construct).remove("tagname",
Tags.of(my_construct).remove("tagname",
include_resource_types=["AWS::Xxx::Yyy"],
exclude_resource_types=["AWS::Xxx::Zzz"],
priority=200,)
Expand Down

0 comments on commit fb5d775

Please sign in to comment.