Skip to content

Commit

Permalink
Corrected lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RuchitJagodara committed Dec 17, 2023
1 parent 953cd16 commit 7a28d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/finite_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def cardinality(self):
384
"""

# Check whether the object has _deg attribute or not
# Check whether the object has _deg attribute or not
# Note for developers - It will have _deg attribute if it is derived from MatrixGroup_generic class
# And if it has _deg attribute then return the value of that attribute
if hasattr(self, '_deg'):
Expand Down

0 comments on commit 7a28d2f

Please sign in to comment.