From 8890cdbcdb4429d1815929809d743e46e687c0e8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Apr 2026 10:05:26 +0200 Subject: [PATCH] chore: shorter wording in docstring --- freqtrade/persistence/pairlock_middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/persistence/pairlock_middleware.py b/freqtrade/persistence/pairlock_middleware.py index c7a9fca83..ccf302a22 100644 --- a/freqtrade/persistence/pairlock_middleware.py +++ b/freqtrade/persistence/pairlock_middleware.py @@ -42,7 +42,7 @@ class PairLocks: ) -> PairLock: """ Create PairLock from now to "until". - Does not create a new lock if there is already a lock with the same Reason, side and end time. + Doesn't create a new lock if there is already a lock with the same Reason, side and endtime. Uses database by default, unless PairLocks.use_db is set to False, in which case a list is maintained. :param pair: pair to lock. use '*' to lock all pairs