Skip to content

Commit 333243a

Browse files
committed
FIX flake8
1 parent 652a679 commit 333243a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/_constrained_layout.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
# often just set to 1 for an equal grid.
3131
#
3232
# Subplotspecs that are derived from this gridspec can contain either a
33-
# ``SubPanel``, a ``GridSpecFromSubplotSpec``, or an ``Axes``. The ``SubPanel``
34-
# and ``GridSpecFromSubplotSpec`` are dealt with recursively and each contain an
35-
# analogous layout.
33+
# ``SubPanel``, a ``GridSpecFromSubplotSpec``, or an ``Axes``. The
34+
# ``SubPanel`` and ``GridSpecFromSubplotSpec`` are dealt with recursively and
35+
# each contain an analogous layout.
3636
#
3737
# Each ``GridSpec`` has a ``_layoutgrid`` attached to it. The ``_layoutgrid``
3838
# has the same logical layout as the ``GridSpec``. Each row of the grid spec

0 commit comments

Comments
 (0)