Skip to content

Commit 15f59d8

Browse files
committed
Fix typo (thanks @fabiosangregorio)
1 parent f7a252d commit 15f59d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ will be found (ie. pydeps will not look at files in your directory that
4040
are not imported). Additionally, only files that can be found using
4141
the Python import machinery will be considered (ie. if a module is
4242
missing or not installed, it will not be included regardless if it is
43-
being imported). This can be modified by using the ``--inlcude-missing``
43+
being imported). This can be modified by using the ``--include-missing``
4444
flag described below.
4545

4646
**Creating the graph:**

0 commit comments

Comments
 (0)