Skip to content

Commit

Permalink
Merge pull request #393 from kainjow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in implementation.rst
  • Loading branch information
ronaldoussoren committed Mar 8, 2022
2 parents 445e90d + db2a432 commit 56721a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ directory will be added to ``sys.path`` so that ``modulegraph`` will find
the extensions built during this command.


Depdency resolution via modulegraph
Dependency resolution via modulegraph
-----------------------------------

The main script is compiled to Python bytecode and analyzed by modulegraph
Expand Down Expand Up @@ -133,4 +133,4 @@ to acquire settings relevant to the way Python was built.
.. _`setuptools`: http://pypi.python.org/pypi/setuptools/
.. _`distutils`: http://docs.python.org/lib/module-distutils.html
.. _`GraphViz`: http://www.research.att.com/sw/tools/graphviz/
.. _`macholib`: http://pypi.python.org/pypi/macholib/
.. _`macholib`: http://pypi.python.org/pypi/macholib/

0 comments on commit 56721a8

Please sign in to comment.