Skip to content

Commit dafa570

Browse files
BethanyGIsaacG
andauthored
Apply suggestions from code review
Co-authored-by: Isaac Good <[email protected]>
1 parent a393b42 commit dafa570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bank-account/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
````exercim/note
44
Python doesn't support "true" concurrency due to the [Global Interpreter Lock][GIL].
55
While work is ongoing to create support for [free-threading in Python][free-threading], it is still experimental.
6-
Current standard library solutions such as [multiprocessing][multiprocessing-module] and [threading][threading-module] are difficult to implement with the current track tooling.
6+
Current standard library solutions such as [multiprocessing][multiprocessing-module] and [threading][threading-module] are difficult to implement with the current track tooling.
77
88
99
As a result, the concurrency requirement has been set aside for this exercise.

0 commit comments

Comments
 (0)