@@ -400,11 +400,14 @@ class _Thickness(_Size):
400400
401401class AbsoluteThickness (_Thickness ):
402402 """
403- <url>:WMA link:https://reference.wolfram.com/language/ref/AbsoluteThickness.html</url>
403+ <url>
404+ :WMA link:
405+ https://reference.wolfram.com/language/ref/AbsoluteThickness.html</url>
404406
405407 <dl>
406408 <dt>'AbsoluteThickness[$p$]'
407- <dd>sets the line thickness for subsequent graphics primitives to $p$ points.
409+ <dd>sets the line thickness for subsequent graphics primitives to $p$ \
410+ points.
408411 </dl>
409412
410413 >> Graphics[Table[{AbsoluteThickness[t], Line[{{20 t, 10}, {20 t, 80}}], Text[ToString[t]<>"pt", {20 t, 0}]}, {t, 0, 10}]]
@@ -535,7 +538,9 @@ def path(max_degree, p):
535538class FilledCurve (Builtin ):
536539 """
537540
538- <url>:WMA link:https://reference.wolfram.com/language/ref/FilledCurve.html</url>
541+ <url>
542+ :WMA link:
543+ https://reference.wolfram.com/language/ref/FilledCurve.html</url>
539544
540545 <dl>
541546 <dt>'FilledCurve[{$segment1$, $segment2$ ...}]'
@@ -584,7 +589,9 @@ class Polygon(Builtin):
584589class RegularPolygon (Builtin ):
585590 """
586591
587- <url>:WMA link:https://reference.wolfram.com/language/ref/RegularPolygon.html</url>
592+ <url>
593+ :WMA link:
594+ https://reference.wolfram.com/language/ref/RegularPolygon.html</url>
588595
589596 <dl>
590597 <dt>'RegularPolygon[$n$]'
@@ -609,7 +616,9 @@ class RegularPolygon(Builtin):
609616
610617class Arrow (Builtin ):
611618 """
612- <url>:WMA link:https://reference.wolfram.com/language/ref/Arrow.html</url>
619+ <url>
620+ :WMA link:
621+ https://reference.wolfram.com/language/ref/Arrow.html</url>
613622
614623 <dl>
615624 <dt>'Arrow[{$p1$, $p2$}]'
@@ -648,7 +657,9 @@ class Arrow(Builtin):
648657class Arrowheads (_GraphicsDirective ):
649658 """
650659
651- <url>:WMA link:https://reference.wolfram.com/language/ref/Arrowheads.html</url>
660+ <url>
661+ :WMA link:
662+ https://reference.wolfram.com/language/ref/Arrowheads.html</url>
652663
653664 <dl>
654665 <dt>'Arrowheads[$s$]'
0 commit comments