Skip to content

Commit 68f232c

Browse files
committed
Fix typos for instead of
1 parent 11577c9 commit 68f232c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/ChangeLogs.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are 3 cases for old users after Pyarmor 8.0 is released:
5050
By default, command `pyarmor` only accepts new commands, there are 3 ways to
5151
use old commands such as `obfuscate`, `licenses`:
5252

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

docs/topic/bccmode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ For example, the following functions are not obfuscated by BCC mode, because the
236236
Known issues
237237
============
238238
239-
* When format string has syntax error, BCC mode may raise `SystemError: NULL object passed to Py_BuildValue`, instead `SyntaxError` or `ValueError`.
239+
* When format string has syntax error, BCC mode may raise `SystemError: NULL object passed to Py_BuildValue`, instead of `SyntaxError` or `ValueError`.
240240
241241
Found in test cases `lib/python3.12/test/test_fstring.py`:
242242
- test_invalid_syntax_error_message

docs/tutorial/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Not all the platforms are supported, more information check :doc:`../reference/e
6565

6666
.. note::
6767

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

7070
$ pip install pyarmor.cli
7171

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

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

156-
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::
156+
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::
157157

158158
$ pip install pyarmor.cli-8.2.9.zip
159159

0 commit comments

Comments
 (0)