@@ 200,7 200,7 @@ as assembled by the finder,[^finders] and populate the correct entries in `sys.m
For completeness, I'll just reference that the loader drives this through the `create_module` and `exec_module` methods.
These can in the simplest case just create a `types.ModuleType` and `exec` the obtained code in its namespace.
-[^finders]: you know... the finder that was first found by the other finder).
+[^finders]: You know... the finder that was first found by the other finder.
## From cache to history to flag