We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7431909 commit a2f3be5Copy full SHA for a2f3be5
1 file changed
pymathics/graph/generators.py
@@ -266,7 +266,7 @@ class CompleteKaryTree(_NetworkXBuiltin):
266
</dl>
267
268
In the returned tree, with $n$ nodes, the from root $R$ to any
269
- leaf be $k.
+ leaf be $k$.
270
271
>> CompleteKaryTree[2, 3]
272
= -Graph-
@@ -505,7 +505,7 @@ class KaryTree(_NetworkXBuiltin):
505
506
507
<dl>
508
- <dt>'KaryTree[$n$, $k]'
+ <dt>'KaryTree[$n$, $k$]'
509
<dd>Creates $k$-ary tree with $n$ vertices.
510
511
>> KaryTree[10]
0 commit comments