We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892274e commit f399062Copy full SHA for f399062
source_py3/python_toolbox/combi/perming/comb.py
@@ -7,7 +7,7 @@
7
8
class Comb(Perm):
9
'''
10
- A combination of items from a `CombSpace`
+ A combination of items from a `CombSpace`.
11
12
In combinatorics, a combination is like a permutation except with no order.
13
In the `combi` package, we implement that by making the items in `Comb` be
0 commit comments