Skip to content

Commit 993c809

Browse files
committed
Docstrings should contain lower ASCII only. Otherwise they should be utf8 encoded.
Application.ExeName docstring contained an invalid character. See also pyscripter/pyscripter#1163
1 parent 60d4dc6 commit 993c809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/vcl/WrapVclForms.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ class procedure TPyDelphiApplication.RegisterGetSets(
17491749
'Indicates the current help file.', nil);
17501750
{$ENDIF FPC}
17511751
AddGetSet('ExeName', @TPyDelphiApplication.Get_ExeName, nil,
1752-
'Contains the file name of the application’s executable file including path information.', nil);
1752+
'Contains the file name of the application''s executable file including path information.', nil);
17531753
{$IFNDEF FPC}
17541754
AddGetSet('DialogHandle', @TPyDelphiApplication.Get_DialogHandle, @TPyDelphiApplication.Set_DialogHandle,
17551755
'Provides a mechanism for using non-VCL dialog boxes in an application.', nil);

0 commit comments

Comments
 (0)