Skip to content

Commit 81dfb7b

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/species/partition_species.py: Fix indentation
1 parent bddb7fc commit 81dfb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/species/partition_species.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __classcall__(cls, *args, **kwds):
141141
142142
sage: P = species.PartitionSpecies(); P
143143
Partition species
144-
"""
144+
"""
145145
return super().__classcall__(cls, *args, **kwds)
146146

147147
def __init__(self, min=None, max=None, weight=None):

0 commit comments

Comments
 (0)