summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:42:33 +0530
committerPetr Viktorin <encukou@gmail.com>2019-06-03 01:12:33 +0200
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/pyclbr.py
parentbpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13... (diff)
downloadcpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.bz2
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.zip
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Lib/pyclbr.py')
-rw-r--r--Lib/pyclbr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py
index 8fd0523b7e3..99a17343fb6 100644
--- a/Lib/pyclbr.py
+++ b/Lib/pyclbr.py
@@ -50,7 +50,7 @@ _modules = {} # Initialize cache of modules we've seen.
class _Object:
- "Informaton about Python class or function."
+ "Information about Python class or function."
def __init__(self, module, name, file, lineno, parent):
self.module = module
self.name = name