Skip to content

Commit b89e6dc

Browse files
committed
-
1 parent a99efbc commit b89e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py3/python_toolbox/combi/perm_space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def __init__(self, iterable_or_length, domain=None, n_elements=None,
291291
)
292292
else:
293293
self._unsliced_undegreed_length = \
294-
self._just_recurrented_partialled_combinationed_length
294+
self._just_recurrented_partialled_combinationed_length
295295
if not (self.is_dapplied or self.is_rapplied or degrees or slice_
296296
or (n_elements is not None) or self.is_combination):
297297
self._just_fixed = self

0 commit comments

Comments
 (0)