Skip to content

Commit

Permalink
removing extra closing parentheses in README.rst (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Mishra authored and codingjoe committed Apr 24, 2017
1 parent 10c6750 commit ed8a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -188,7 +188,7 @@ and customizing the ``template_name``, ``get``, ``render_to_response`` and ``ren
urlpatterns = [
# ...
url(r'^ht/$', views.HealthCheckCustomView.as_view(), name='health_check_custom')),
url(r'^ht/$', views.HealthCheckCustomView.as_view(), name='health_check_custom'),
]
Other resources
Expand Down

0 comments on commit ed8a77e

Please sign in to comment.