Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Oct 22, 2019
1 parent ba1a2de commit a2b4cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ def remove_build_storage_paths(paths):

@app.task(queue='web')
def remove_search_indexes(project_slug, version_slug=None):
"""Wrapper around `remove_indexed_files to make it a task."""
"""Wrapper around ``remove_indexed_files`` to make it a task."""
# Remove ES indexes
remove_indexed_files(
model=HTMLFile,
Expand Down

0 comments on commit a2b4cb1

Please sign in to comment.