aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-19 00:04:06 +0100
committerneodarz <neodarz@neodarz.net>2019-01-19 00:04:06 +0100
commit9665c87a43765f6660a371ea079a5da1316ac44b (patch)
tree0164edafe402c23f0d3183178c293742dc032b25
parentb9e1fd3b6d19e9628137207dbbad782c1629bbca (diff)
downloadkhanindexer-9665c87a43765f6660a371ea079a5da1316ac44b.tar.xz
khanindexer-9665c87a43765f6660a371ea079a5da1316ac44b.zip
Fix typo
-rw-r--r--database/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/models.py b/database/models.py
index 2a7c51f..3727c93 100644
--- a/database/models.py
+++ b/database/models.py
@@ -23,6 +23,6 @@ class Neodarznet(Page):
class Nevrax(Page):
"""
- Page of website nevrax
+ Page of nevrax website
"""
pass