Skip to content

Commit

Permalink
Fix typos for instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 28, 2024
1 parent 11577c9 commit 68f232c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/ChangeLogs.8
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ There are 3 cases for old users after Pyarmor 8.0 is released:
By default, command `pyarmor` only accepts new commands, there are 3 ways to
use old commands such as `obfuscate`, `licenses`:

- Use `pyarmor-7` instead `pyarmor`
- Use `pyarmor-7` instead of `pyarmor`
- Export environment variable `PYARMOR_CLI=7`, then still use `pyarmor`
- Any way to call entry point `pyarmor.pyarmor:main_entry`

Expand Down
2 changes: 1 addition & 1 deletion docs/topic/bccmode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ For example, the following functions are not obfuscated by BCC mode, because the
Known issues
============
* When format string has syntax error, BCC mode may raise `SystemError: NULL object passed to Py_BuildValue`, instead `SyntaxError` or `ValueError`.
* When format string has syntax error, BCC mode may raise `SystemError: NULL object passed to Py_BuildValue`, instead of `SyntaxError` or `ValueError`.
Found in test cases `lib/python3.12/test/test_fstring.py`:
- test_invalid_syntax_error_message
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Not all the platforms are supported, more information check :doc:`../reference/e

.. note::

If only using Pyarmor 8+ features, installing :mod:`pyarmor.cli` instead :mod:`pyarmor`, could significantly decrease downloaded file size. For example::
If only using Pyarmor 8+ features, installing :mod:`pyarmor.cli` instead of :mod:`pyarmor`, could significantly decrease downloaded file size. For example::

$ pip install pyarmor.cli

Expand Down Expand Up @@ -153,7 +153,7 @@ In Linux to generate for Windows, install windows package::

$ pip install pyarmor.cli.windows-3.2.9-cp310-none-any.whl

If only using Pyarmor 8+ features, it's recommend to install :mod:`pyarmor.cli` instead :mod:`pyarmor`, the former file size is significantly less than the latter. For example::
If only using Pyarmor 8+ features, it's recommend to install :mod:`pyarmor.cli` instead of :mod:`pyarmor`, the former file size is significantly less than the latter. For example::

$ pip install pyarmor.cli-8.2.9.zip

Expand Down

0 comments on commit 68f232c

Please sign in to comment.