Skip to content

Commit a80ab10

Browse files
committed
Typos.
1 parent ead4975 commit a80ab10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,10 +984,10 @@ implemented::
984984

985985
class Temperature(metaclass=ABCMeta):
986986
@abc.abstractclassmethod
987-
def from_farenheit(self, t):
987+
def from_fahrenheit(self, t):
988988
...
989989
@abc.abstractclassmethod
990-
def from_celsium(self, t):
990+
def from_celsius(self, t):
991991
...
992992

993993
(Patch submitted by Daniel Urban; :issue:`5867`.)

0 commit comments

Comments
 (0)