Skip to content

Commit 4fb4375

Browse files
committed
Try again to move text next to superteam images
1 parent b567226 commit 4fb4375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_ext/populate_team_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def run(self):
212212
content.append(f" `Performance <{superteam['performance']}>`__\n")
213213

214214
if superteam.get('teams'):
215-
content.append("Superteam members:\n")
215+
content.append(" Superteam members:\n")
216216

217217
for team in superteam['teams']:
218218
team_country = get_team_country(team, data)

0 commit comments

Comments
 (0)