summaryrefslogtreecommitdiff
path: root/doc/development_guide/api/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development_guide/api/index.rst')
-rw-r--r--doc/development_guide/api/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development_guide/api/index.rst b/doc/development_guide/api/index.rst
index 373c49866..00e6e1a9f 100644
--- a/doc/development_guide/api/index.rst
+++ b/doc/development_guide/api/index.rst
@@ -7,10 +7,9 @@ Python program thanks to their APIs:
.. sourcecode:: python
- from pylint import run_pylint, run_epylint, run_pyreverse, run_symilar
+ from pylint import run_pylint, run_pyreverse, run_symilar
run_pylint("--disable=C", "myfile.py")
- run_epylint(...)
run_pyreverse(...)
run_symilar(...)