From d9a680e2321639b189d55cb5ac77442e8553141a Mon Sep 17 00:00:00 2001 From: Jonathan Metz Date: Thu, 23 Jul 2020 23:43:23 -0700 Subject: [PATCH] Fix spelling of intact --- django_extensions/management/commands/dumpscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_extensions/management/commands/dumpscript.py b/django_extensions/management/commands/dumpscript.py index 92dc6a041..6900b32ba 100644 --- a/django_extensions/management/commands/dumpscript.py +++ b/django_extensions/management/commands/dumpscript.py @@ -506,7 +506,7 @@ def get_lines(self): # it will actually extend the class BasicImportHelper() # # That means you just have to overload the methods you want to -# change, leaving the other ones inteact. +# change, leaving the other ones intact. # # Something that you might want to do is use transactions, for example. #