Skip to content

Commit ccddefd

Browse files
committed
Fix docstring
1 parent ba1a2de commit ccddefd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/projects/tasks.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,7 @@ def remove_build_storage_paths(paths):
18471847

18481848
@app.task(queue='web')
18491849
def remove_search_indexes(project_slug, version_slug=None):
1850-
"""Wrapper around `remove_indexed_files to make it a task."""
1851-
# Remove ES indexes
1850+
"""Wrapper around ``remove_indexed_files`` to make it a task."""
18521851
remove_indexed_files(
18531852
model=HTMLFile,
18541853
project_slug=project_slug,

0 commit comments

Comments
 (0)