Skip to content

Commit e1aab42

Browse files
committed
-
1 parent 21aa25f commit e1aab42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source_py3/python_toolbox/combi/perm_space.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2009-2014 Ram Rachum.
2+
# This program is distributed under the MIT license.
3+
14
import collections
25
import abc
36
import functools
@@ -103,6 +106,8 @@ class PermSpace(sequence_tools.CuteSequenceMixin, collections.Sequence,
103106
A permutation space can be sliced by using regular Python slice notation.
104107
105108
Note: Some of the options are not allowed to be used with each other.
109+
110+
Some clarification on terminology <blocktododoc> rapplied, dapplied "just" etc.
106111
'''
107112

108113
@classmethod

0 commit comments

Comments
 (0)