Skip to content

Commit f416422

Browse files
authored
Typo Fix (#3087)
1 parent 2208789 commit f416422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boto3/docs/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _add_identifiers(self, section):
131131
resource_type='Identifiers',
132132
description=(
133133
'Identifiers are properties of a resource that are '
134-
'set upon instantation of the resource.'),
134+
'set upon instantiation of the resource.'),
135135
intro_link='identifiers_attributes_intro')
136136
for identifier in identifiers:
137137
identifier_section = section.add_new_section(identifier.name)

0 commit comments

Comments
 (0)