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

Commit4ba8020

Browse files
committed
docs: minor comment fixes
1 parente135147 commit4ba8020

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/ffpuppet/helpers.py‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ def prepare_environment(
243243
sanitizer_log: Location to write sanitizer logs. Log prefix set
244244
with ASAN_OPTIONS=log_path=<sanitizer_log>.
245245
env_mod: Environment modifier. Add, remove and update entries
246-
in the prepared environment. Add andupdate by setting
247-
value(str) andremove by setting entry value to None.
246+
in the prepared environment. Add/update by setting
247+
valueorremoveentryby setting value to None.
248248
249249
Returns:
250250
Environment to use when launching browser.
@@ -324,12 +324,12 @@ def wait_on_files(
324324
poll_rate:float=1.0,
325325
timeout:float=60,
326326
)->bool:
327-
"""Waitfor specified filesto no longer bein use by any process.
327+
"""Waitwhile specified filesarein use.
328328
329329
Args:
330330
wait_files: Files that must no longer be open by a process.
331-
poll_rate:Amount of time in seconds to wait between checks.
332-
timeout:Amountoftime inseconds topoll.
331+
poll_rate:Time in seconds to wait between checks.
332+
timeout:Maximum numberof seconds towait.
333333
334334
Returns:
335335
True if all files were closed within given time otherwise False.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp