fixes the RST in the manual

This commit is contained in:
Andreas Rumpf
2018-02-04 00:49:47 +01:00
parent 4e0b3fefa3
commit cfa96c9b13

View File

@@ -63,7 +63,7 @@ The following example shows a generic binary tree can be modelled:
for str in preorder(root):
stdout.writeLine(str)
The ``T`` is called a `generic type parameter `:idx:.
The ``T`` is called a `generic type parameter`:idx:.
Is operator