Skip to content

Commit 8890cdb

Browse files
committed
chore: shorter wording in docstring
1 parent 6712d20 commit 8890cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

freqtrade/persistence/pairlock_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def lock_pair(
4242
) -> PairLock:
4343
"""
4444
Create PairLock from now to "until".
45-
Does not create a new lock if there is already a lock with the same Reason, side and end time.
45+
Doesn't create a new lock if there is already a lock with the same Reason, side and endtime.
4646
Uses database by default, unless PairLocks.use_db is set to False,
4747
in which case a list is maintained.
4848
:param pair: pair to lock. use '*' to lock all pairs

0 commit comments

Comments
 (0)