Skip to content

Commit e015f37

Browse files
authored
small line wrap change to re-trigger tests...
1 parent ba1b509 commit e015f37

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tutorials/intermediate/gridspec.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@
8383

8484
############################################################################
8585
# Other option is to use the ``width_ratios`` and ``height_ratios``
86-
# parameters.
87-
# These keyword arguments are lists of numbers.
86+
# parameters. These keyword arguments are lists of numbers.
8887
# Note that absolute values are meaningless, only their relative ratios
89-
# matter.
90-
# That means that ``width_ratios=[2, 4, 8]`` is equivalent to
88+
# matter. That means that ``width_ratios=[2, 4, 8]`` is equivalent to
9189
# ``width_ratios=[1, 2, 4]`` within equally wide figures.
9290
# For the sake of demonstration, we'll blindly create the axes within
9391
# ``for`` loops since we won't need them later.

0 commit comments

Comments
 (0)