Skip to content

Commit

Permalink
Typo Fix (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
pspoffice committed Dec 6, 2021
1 parent 2208789 commit f416422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto3/docs/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _add_identifiers(self, section):
resource_type='Identifiers',
description=(
'Identifiers are properties of a resource that are '
'set upon instantation of the resource.'),
'set upon instantiation of the resource.'),
intro_link='identifiers_attributes_intro')
for identifier in identifiers:
identifier_section = section.add_new_section(identifier.name)
Expand Down

0 comments on commit f416422

Please sign in to comment.