Skip to content

Commit 365e566

Browse files
committed
flake8 docs fix
1 parent f1a1d60 commit 365e566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/bezier.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ def arc_area(self):
287287
\left( n \sum_{k=0}^{n-1} (P_{k+1}^{(1)} -
288288
P_{k}^{(1)}) b_{j,n} \right)
289289
\\
290-
&\hspace{1em}- \left( \sum_{j=0}^n P_j^{(1)} b_{j,n} \right)
291-
\left( n \sum_{k=0}^{n-1} (P_{k+1}^{(0)} -
292-
P_{k}^{(0)}) b_{j,n} \right)
290+
&\hspace{1em} - \left( \sum_{j=0}^n P_j^{(1)} b_{j,n}
291+
\right) \left( n \sum_{k=0}^{n-1} (P_{k+1}^{(0)}
292+
- P_{k}^{(0)}) b_{j,n} \right)
293293
dt,
294294
295295
where :math:`b_{\nu, n}(t) = {n \choose \nu} t^\nu {(1 - t)}^{n-\nu}`

0 commit comments

Comments
 (0)