Skip to content

Commit 44fbb6e

Browse files
committed
-
1 parent da13956 commit 44fbb6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source_py3/python_toolbox/combi/perming/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2009-2015 Ram Rachum.
2+
# This program is distributed under the MIT license.
3+
14
from .variations import UnallowedVariationSelectionException
25
from .perm_space import PermSpace
36
from .comb_space import CombSpace

source_py3/python_toolbox/combi/perming/_variation_removing_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
###########################################################################

0 commit comments

Comments
 (0)