Skip to content

Commit

Permalink
Fix boto3 resource reference docs (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 committed Mar 13, 2024
1 parent 453b615 commit 23c0741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boto3/docs/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def _add_references(self, section):
intro_link='references_intro',
)
self.member_map['references'] = reference_list
self._add_overview_of_member_type(section, 'references')
for reference in references:
reference_list.append(reference.name)
# Create a new DocumentStructure for each reference and add contents.
Expand Down

0 comments on commit 23c0741

Please sign in to comment.