We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3d8c7 commit e7b3a0aCopy full SHA for e7b3a0a
Source/vcl/WrapVclForms.pas
@@ -1072,7 +1072,7 @@ class procedure TPyDelphiScreen.RegisterMethods(PythonType: TPythonType);
1072
'Allows forms to be aligned in the screen.');
1073
PythonType.AddMethod('Realign', @TPyDelphiScreen.Realign_Wrapper,
1074
'TScreen.Realign()'#10 +
1075
- 'Realigns the screen’s forms according to their Align properties.');
+ 'Realigns the screen''s forms according to their Align properties.');
1076
PythonType.AddMethod('ResetFonts', @TPyDelphiScreen.ResetFonts_Wrapper,
1077
'TScreen.ResetFonts()'#10 +
1078
'Reinitializes the fonts listed in the Fonts property.');
0 commit comments