Skip to content

Commit ee7568c

Browse files
dlechdpgeorge
authored andcommitted
docs/reference/packages.rst: Fix typo, remove duplicate "port".
Fixes micropython#6485.
1 parent 997ec9e commit ee7568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Few notes:
188188
1. Step 5 in the sequence above assumes that the distribution package
189189
is available from PyPI. If that is not the case, you would need
190190
to copy Python source files manually to ``modules/`` subdirectory
191-
of the port port directory. (Note that upip does not support
191+
of the port directory. (Note that upip does not support
192192
installing from e.g. version control repositories).
193193
2. The firmware for baremetal devices usually has size restrictions,
194194
so adding too many frozen modules may overflow it. Usually, you

0 commit comments

Comments
 (0)