Skip to content

Commit

Permalink
Fix Screen.Realign docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Jun 23, 2024
1 parent ad3d8c7 commit e7b3a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/vcl/WrapVclForms.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ class procedure TPyDelphiScreen.RegisterMethods(PythonType: TPythonType);
'Allows forms to be aligned in the screen.');
PythonType.AddMethod('Realign', @TPyDelphiScreen.Realign_Wrapper,
'TScreen.Realign()'#10 +
'Realigns the screens forms according to their Align properties.');
'Realigns the screen''s forms according to their Align properties.');
PythonType.AddMethod('ResetFonts', @TPyDelphiScreen.ResetFonts_Wrapper,
'TScreen.ResetFonts()'#10 +
'Reinitializes the fonts listed in the Fonts property.');
Expand Down

0 comments on commit e7b3a0a

Please sign in to comment.