Skip to content

Commit f399062

Browse files
committed
-
1 parent 892274e commit f399062

File tree

1 file changed

+1
-1
lines changed
  • source_py3/python_toolbox/combi/perming

1 file changed

+1
-1
lines changed

source_py3/python_toolbox/combi/perming/comb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Comb(Perm):
99
'''
10-
A combination of items from a `CombSpace`
10+
A combination of items from a `CombSpace`.
1111
1212
In combinatorics, a combination is like a permutation except with no order.
1313
In the `combi` package, we implement that by making the items in `Comb` be

0 commit comments

Comments
 (0)