File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ First of all thanks to the [Django](http://www.djangoproject.com/) core team and
68
68
[ travis-image ] : https://travis-ci.org/ekonstantinidis/django-rest-framework-docs.svg?branch=master
69
69
[ travis-url ] : https://travis-ci.org/ekonstantinidis/django-rest-framework-docs
70
70
71
- [ pypi-image ] : https://img.shields .io/pypi/v /drfdocs.svg
71
+ [ pypi-image ] : https://badge.fury .io/py /drfdocs.svg
72
72
[ pypi-url ] : https://pypi.python.org/pypi/drfdocs/
73
73
74
74
[ codecov-image ] : https://codecov.io/github/ekonstantinidis/django-rest-framework-docs/coverage.svg?branch=master
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class DRFDocsView(TemplateView):
11
11
def get_context_data (self , ** kwargs ):
12
12
settings = DRFSettings ().settings
13
13
if settings ["HIDDEN" ]:
14
- raise Http404 ("Django Rest Framework Docs are hidden. Check you settings." )
14
+ raise Http404 ("Django Rest Framework Docs are hidden. Check your settings." )
15
15
16
16
context = super (DRFDocsView , self ).get_context_data (** kwargs )
17
17
docs = ApiDocumentation ()
You can’t perform that action at this time.
0 commit comments