Skip to content

Commit 09011fe

Browse files
Typo fix for Lib/test/test_pystats.py
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent af9d886 commit 09011fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pystats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import unittest
44
from test.support import script_helper
55

6-
# This function is availible for the --enable-pystats config.
6+
# This function is available for the --enable-pystats config.
77
HAVE_PYSTATS = hasattr(sys, '_stats_on')
88

99
TEST_TEMPLATE = """

0 commit comments

Comments
 (0)