File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
source_py3/python_toolbox/combi/perming Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2009-2015 Ram Rachum.
2+ # This program is distributed under the MIT license.
3+
14from .variations import UnallowedVariationSelectionException
25from .perm_space import PermSpace
36from .comb_space import CombSpace
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class _VariationRemovingMixin:
1313 '''Mixin for `PermSpace` to add variations to a perm space.'''
1414 purified = caching .CachedProperty (
1515 lambda self : PermSpace (len (self .sequence )),
16- doc = '''An purified version of this `PermSpace`.'''
16+ doc = '''A purified version of this `PermSpace`.'''
1717 )
1818
1919 ###########################################################################
You can’t perform that action at this time.
0 commit comments