Skip to content

Commit fe449a1

Browse files
authored
Fix platform dependence documentation (#109)
1 parent 592942c commit fe449a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ FileLock vs SoftFileLock
114114
------------------------
115115

116116
The :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

120120
The :class:`SoftFileLock <filelock.SoftFileLock>` only watches the existence of the lock file. This makes it ultra
121121
portable, but also more prone to dead locks if the application crashes. You can simply delete the lock file in such

0 commit comments

Comments
 (0)