From 9665c87a43765f6660a371ea079a5da1316ac44b Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 19 Jan 2019 00:04:06 +0100 Subject: Fix typo --- database/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1