Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9db530

Browse files
authored
Merge pull requestgitpython-developers#1 from samuela/patch-2
Fix doc typos
2 parentsda43a47 +0449775 commitb9db530

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)

[8]ページ先頭

©2009-2025 Movatter.jp