Skip to content

Commit a2b4cb1

Browse files
committed
Fix docstring
1 parent ba1a2de commit a2b4cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1847,7 +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."""
1850+
"""Wrapper around ``remove_indexed_files`` to make it a task."""
18511851
# Remove ES indexes
18521852
remove_indexed_files(
18531853
model=HTMLFile,

0 commit comments

Comments
 (0)