Skip to content

Commit 45a454b

Browse files
nedbathugovk
andauthored
Update _tools/generate_release_cycle.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b2975bc commit 45a454b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/generate_release_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, *, limit_to_active=False, special_py27=False) -> None:
6565
reverse=True,
6666
)
6767

68-
# Set the row (y-coordinate) for the chart, to allow a gap between 2.7
68+
# Set the row (Y coordinate) for the chart, to allow a gap between 2.7
6969
# and the rest
7070
y = len(self.sorted_versions) + (1 if special_py27 else 0)
7171
for version in self.sorted_versions:

0 commit comments

Comments
 (0)