From 0d9f0b431d2041ecf81ac7d6a4381a0bb2605725 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 31 Oct 2024 14:47:57 -0400 Subject: [PATCH] typo --- src/stdatamodels/jwst/datamodels/schema_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdatamodels/jwst/datamodels/schema_editor.py b/src/stdatamodels/jwst/datamodels/schema_editor.py index 6fb0f74c..bed3b632 100755 --- a/src/stdatamodels/jwst/datamodels/schema_editor.py +++ b/src/stdatamodels/jwst/datamodels/schema_editor.py @@ -71,7 +71,7 @@ warnings.warn( "The schema_editor submodule and it's contents are deprecated " - "and will be removed in an upcoming relese", + "and will be removed in an upcoming release", UserWarning, )