Skip to content

Commit 4fcc321

Browse files
committed
-
1 parent be3a161 commit 4fcc321

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source_py3/python_toolbox/combi/perming/perm_space.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,11 @@ def _coerce_perm(self, perm):
932932
def _create_with_cut_prefix(cls, sequence, domain=None, *,
933933
n_elements=None, fixed_map=None, degrees=None, is_combination=False,
934934
slice_=None, perm_type=None, shit_set=frozenset()):
935-
'''blocktododoc'''
935+
'''
936+
Create a `PermSpace`, cutting off a prefix if possible.
937+
938+
blocktododoc
939+
'''
936940

937941
# Tricky thing here: Trying to put as much as we can in a sequence head
938942
# that'll shorten the sequence we'll give to the candidate space

0 commit comments

Comments
 (0)