diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-02-10 19:30:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 19:30:15 +0100 |
commit | 595ec422d6f9bd32f42c356d2f316ec69e0f7bee (patch) | |
tree | 766a12ddd91b43e09f670f913a4069bc7dc82d57 /pylint/epylint.py | |
parent | e3d5deca2886d9e2d5f2be2a252e39e02ae42b96 (diff) | |
download | pylint-git-595ec422d6f9bd32f42c356d2f316ec69e0f7bee.tar.gz |
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Diffstat (limited to 'pylint/epylint.py')
-rwxr-xr-x | pylint/epylint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/epylint.py b/pylint/epylint.py index 5517543a4..223f723a7 100755 --- a/pylint/epylint.py +++ b/pylint/epylint.py @@ -138,7 +138,7 @@ def lint(filename, options=()): def py_run(command_options="", return_std=False, stdout=None, stderr=None): - """Run pylint from python + """Run pylint from python. ``command_options`` is a string containing ``pylint`` command line options; ``return_std`` (boolean) indicates return of created standard output |