Kaydet (Commit) a80ab10b authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Typos.

üst ead4975b
...@@ -984,10 +984,10 @@ implemented:: ...@@ -984,10 +984,10 @@ implemented::
class Temperature(metaclass=ABCMeta): class Temperature(metaclass=ABCMeta):
@abc.abstractclassmethod @abc.abstractclassmethod
def from_farenheit(self, t): def from_fahrenheit(self, t):
... ...
@abc.abstractclassmethod @abc.abstractclassmethod
def from_celsium(self, t): def from_celsius(self, t):
... ...
(Patch submitted by Daniel Urban; :issue:`5867`.) (Patch submitted by Daniel Urban; :issue:`5867`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment