diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 118b58b1..517ea688 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -668,12 +668,6 @@ bytecode. This is since clean source analysis methods (:py:mod:`ast` and major Python versions. -Child Module Enumeration -######################## - -Package children are enumerated using :py:func:`pkgutil.iter_modules`. - - Concurrency ########### @@ -754,6 +748,12 @@ the parent at the intermediary. This creates needless network serialization and latency that should be addressed in a future design. +Child Module Enumeration +######################## + +Package children are enumerated using :py:func:`pkgutil.iter_modules`. + + Use Of Threads --------------