Skip to content

Commit

Permalink
Add TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 9, 2024
1 parent 7a042ed commit 2f07980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/layout/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _distribute_extra_space(affected_sizes, affected_tracks_types,
item_incurred_increase)
# 2.4 Distribute space beyond limits.
if space:
# TODO
# TODO: Distribute space beyond limits.
pass
# 2.5. Set the track’s planned increase.
for k, extra in enumerate(item_incurred_increases):
Expand Down

0 comments on commit 2f07980

Please sign in to comment.