aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Python.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Python.html')
-rw-r--r--Doc/Manual/Python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index 5a3947d4d..ee443be53 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -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>