summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flake8/main/mercurial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/main/mercurial.py b/src/flake8/main/mercurial.py
index c0f5d3e..344c9f7 100644
--- a/src/flake8/main/mercurial.py
+++ b/src/flake8/main/mercurial.py
@@ -59,8 +59,8 @@ def install():
bool
:raises:
flake8.exceptions.MercurialCommitHookAlreadyExists
+ :raises:
flake8.exceptions.MercurialQRefreshHookAlreadyExists
-
"""
hgrc = find_hgrc(create_if_missing=True)
if hgrc is None: