Skip to content

Commit b998d53

Browse files
committed
Minor correction.
1 parent af56cfb commit b998d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/backend_ga4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def send(self, message: dict):
7676
# request.urlopen() may hang on Linux if there's no internet connection,
7777
# so we need to run it in a subprocess and terminate after timeout.
7878

79-
# Usage of subprocesses on Windows cause unexpected behaviour, when script
79+
# Usage of subprocesses on Windows cause unexpected behavior, when script
8080
# executes multiple times during subprocess initializing. For this reason
8181
# subprocess are not recommended on Windows.
8282
import multiprocessing

0 commit comments

Comments
 (0)