Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeitis authored Jul 8, 2020
1 parent 8476cc3 commit 10a121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polynomial/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ def degree(self):

@degree.setter
def degree(self, degree):
"""Set self.degree"""
"""Set self.degree."""
raise DegreeError("Can't change the degree of Constant")

@property
Expand Down

0 comments on commit 10a121a

Please sign in to comment.