Skip to content

Commit a2f3be5

Browse files
committed
KaryTree doc formating typo
1 parent 7431909 commit a2f3be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymathics/graph/generators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class CompleteKaryTree(_NetworkXBuiltin):
266266
</dl>
267267
268268
In the returned tree, with $n$ nodes, the from root $R$ to any
269-
leaf be $k.
269+
leaf be $k$.
270270
271271
>> CompleteKaryTree[2, 3]
272272
= -Graph-
@@ -505,7 +505,7 @@ class KaryTree(_NetworkXBuiltin):
505505
</dl>
506506
507507
<dl>
508-
<dt>'KaryTree[$n$, $k]'
508+
<dt>'KaryTree[$n$, $k$]'
509509
<dd>Creates $k$-ary tree with $n$ vertices.
510510
</dl>
511511
>> KaryTree[10]

0 commit comments

Comments
 (0)