diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-19 00:04:06 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-19 00:04:06 +0100 |
commit | 9665c87a43765f6660a371ea079a5da1316ac44b (patch) | |
tree | 0164edafe402c23f0d3183178c293742dc032b25 | |
parent | b9e1fd3b6d19e9628137207dbbad782c1629bbca (diff) | |
download | khanindexer-9665c87a43765f6660a371ea079a5da1316ac44b.tar.xz khanindexer-9665c87a43765f6660a371ea079a5da1316ac44b.zip |
Fix typo
-rw-r--r-- | database/models.py | 2 |
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 |