Skip to content

Commit 120e59b

Browse files
committed
Fix messages.cfg missing s issue
1 parent 782eba6 commit 120e59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/obfuscation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Some of runtime error messages could be customized. When something is wrong with
252252
First create :file:`messages.cfg` in the path :file:`.pyarmor`::
253253

254254
$ mkdir .pyarmor
255-
$ vi .pyarmor/message.cfg
255+
$ vi .pyarmor/messages.cfg
256256

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

0 commit comments

Comments
 (0)