Skip to content

Commit 345735b

Browse files
n-eqdavidhewitt
authored andcommitted
docs: Update building-and-distribution.md (#5060)
* Update building-and-distribution.md Fix typo * Update guide/src/building-and-distribution.md
1 parent 5d852d9 commit 345735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/building-and-distribution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Once built, symlink (or copy) and rename the shared library from Cargo's `target
8686

8787
You can then open a Python shell in the output directory and you'll be able to run `import your_module`.
8888

89-
If you're packaging your library for redistribution, you should indicated the Python interpreter your library is compiled for by including the [platform tag](#platform-tags) in its name. This prevents incompatible interpreters from trying to import your library. If you're compiling for PyPy you *must* include the platform tag, or PyPy will ignore the module.
89+
If you're packaging your library for redistribution, you should indicate the Python interpreter your library is compiled for by including the [platform tag](#platform-tags) in its name. This prevents incompatible interpreters from trying to import your library. If you're compiling for PyPy you *must* include the platform tag, or PyPy will ignore the module.
9090

9191
#### Bazel builds
9292

0 commit comments

Comments
 (0)