Skip to content

Commit

Permalink
Make docstring imperative
Browse files Browse the repository at this point in the history
  • Loading branch information
prncc committed Jun 10, 2017
1 parent e3feaff commit 06e0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def strip_snr(request):
"""Removes snr query query from request.url and returns the modified request."""
"""Remove snr query query from request.url and return the modified request."""
url = url_query_cleaner(request.url, ['snr'], remove=True)
return request.replace(url=url)

Expand Down

0 comments on commit 06e0b09

Please sign in to comment.