We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead4975 commit a80ab10Copy full SHA for a80ab10
1 file changed
Doc/whatsnew/3.2.rst
@@ -984,10 +984,10 @@ implemented::
984
985
class Temperature(metaclass=ABCMeta):
986
@abc.abstractclassmethod
987
- def from_farenheit(self, t):
+ def from_fahrenheit(self, t):
988
...
989
990
- def from_celsium(self, t):
+ def from_celsius(self, t):
991
992
993
(Patch submitted by Daniel Urban; :issue:`5867`.)
0 commit comments