Skip to content

Commit 81ef977

Browse files
authored
Fix typo in writing-tests.rst (GH-21133)
1 parent b860837 commit 81ef977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/miscellaneous/writing-tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ and not in the INI section. This is because of the order in which settings are c
235235
236236
date_default_timezone_set() -> TZ environmental -> INI setting -> System Setting
237237
238-
If a TZ environmental varaibale is found the INI setting will be ignored.
238+
If a TZ environmental variable is found the INI setting will be ignored.
239239

240240
Tests that run, or only have have matching EXPECT output, on 32bit platforms can use a SKIPIF
241241
section like:

0 commit comments

Comments
 (0)