File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ FileLock vs SoftFileLock
114114------------------------
115115
116116The :class: `FileLock <filelock.FileLock> ` is platform dependent while the :class: `SoftFileLock <filelock.SoftFileLock> `
117- is not. Use the :class: `FileLock <filelock.FileLock> ` if all instances of your application are running on the same host
118- and a :class: `SoftFileLock <filelock.SoftFileLock> ` otherwise.
117+ is not. Use the :class: `FileLock <filelock.FileLock> ` if all instances of your application are running on the same
118+ platform and a :class: `SoftFileLock <filelock.SoftFileLock> ` otherwise.
119119
120120The :class: `SoftFileLock <filelock.SoftFileLock> ` only watches the existence of the lock file. This makes it ultra
121121portable, but also more prone to dead locks if the application crashes. You can simply delete the lock file in such
You can’t perform that action at this time.
0 commit comments