Skip to content

Commit 0449775

Browse files
authored
Fix doc typos
1 parent 8f76463 commit 0449775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,11 +802,11 @@ class BlockingLockFile(LockFile):
802802
def __init__(self, file_path, check_interval_s=0.3, max_block_time_s=MAXSIZE):
803803
"""Configure the instance
804804
805-
:parm check_interval_s:
805+
:param check_interval_s:
806806
Period of time to sleep until the lock is checked the next time.
807807
By default, it waits a nearly unlimited time
808808
809-
:parm max_block_time_s: Maximum amount of seconds we may lock"""
809+
:param max_block_time_s: Maximum amount of seconds we may lock"""
810810
super(BlockingLockFile, self).__init__(file_path)
811811
self._check_interval = check_interval_s
812812
self._max_block_time = max_block_time_s

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy