We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af56cfb commit b998d53Copy full SHA for b998d53
src/backend/backend_ga4.py
@@ -76,7 +76,7 @@ def send(self, message: dict):
76
# request.urlopen() may hang on Linux if there's no internet connection,
77
# so we need to run it in a subprocess and terminate after timeout.
78
79
- # Usage of subprocesses on Windows cause unexpected behaviour, when script
+ # Usage of subprocesses on Windows cause unexpected behavior, when script
80
# executes multiple times during subprocess initializing. For this reason
81
# subprocess are not recommended on Windows.
82
import multiprocessing
0 commit comments