We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b567226 commit 4fb4375Copy full SHA for 4fb4375
docs/source/_ext/populate_team_data.py
@@ -212,7 +212,7 @@ def run(self):
212
content.append(f" `Performance <{superteam['performance']}>`__\n")
213
214
if superteam.get('teams'):
215
- content.append("Superteam members:\n")
+ content.append(" Superteam members:\n")
216
217
for team in superteam['teams']:
218
team_country = get_team_country(team, data)
0 commit comments