Skip to content

Commit

Permalink
Fix messages.cfg missing s issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Jul 24, 2024
1 parent 782eba6 commit 120e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/obfuscation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Some of runtime error messages could be customized. When something is wrong with
First create :file:`messages.cfg` in the path :file:`.pyarmor`::

$ mkdir .pyarmor
$ vi .pyarmor/message.cfg
$ vi .pyarmor/messages.cfg

Then edit it. It's a ``.ini`` format file, change the error messages as needed

Expand Down

0 comments on commit 120e59b

Please sign in to comment.