Misc. documentation and source comment typo fixes

Found via `codespell -q 3 -L uint,od,objext,ba,cmo,bae,ans,struc,fo,clos,goin,upto,thru`
Revert changes in previous commit
This commit is contained in:
luz.paz 2019-05-25 07:44:02 -04:00 committed by Olly Betts
commit 87695dacb1
9 changed files with 10 additions and 10 deletions

View file

@ -4002,7 +4002,7 @@ class Go(object):
<p>
The class defines each method in two different ways. The first definition is replaced by the second definition and so the second definition is the one used when the method is called.
While this possibly provides the best of both worlds, the time to import the module will be slighly slower when the class is defined due to the additional method definitions.
While this possibly provides the best of both worlds, the time to import the module will be slightly slower when the class is defined due to the additional method definitions.
</p>
<p>