From d342f025b417de8701ad601ab299cafd454c0d8c Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 28 Jan 2022 17:18:05 -0500 Subject: [PATCH] Update openpathsampling/deprecations.py --- openpathsampling/deprecations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpathsampling/deprecations.py b/openpathsampling/deprecations.py index 262c07ce2..56afc0097 100644 --- a/openpathsampling/deprecations.py +++ b/openpathsampling/deprecations.py @@ -211,7 +211,7 @@ def version_tuple_to_string(version_tuple): remedy=("If you want to keep the old counting behavior, add " '{"filename_setter": ' "paths.engines.external_engine.FilenameSetter() } to the 'options'" - " of this engine. Otherwise, this behaviour will automatically " + " of this engine. Otherwise, this behavior will automatically " "change to RandomStringFilenames in OPS 2.0."), remove_version=(2, 0), deprecated_in=(1, 6, 0)