Skip to content

Commit e7b3a0a

Browse files
committedJun 23, 2024
Fix Screen.Realign docstring
See Embarcadero/DelphiVCL4Python#84
1 parent ad3d8c7 commit e7b3a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Source/vcl/WrapVclForms.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ class procedure TPyDelphiScreen.RegisterMethods(PythonType: TPythonType);
10721072
'Allows forms to be aligned in the screen.');
10731073
PythonType.AddMethod('Realign', @TPyDelphiScreen.Realign_Wrapper,
10741074
'TScreen.Realign()'#10 +
1075-
'Realigns the screens forms according to their Align properties.');
1075+
'Realigns the screen''s forms according to their Align properties.');
10761076
PythonType.AddMethod('ResetFonts', @TPyDelphiScreen.ResetFonts_Wrapper,
10771077
'TScreen.ResetFonts()'#10 +
10781078
'Reinitializes the fonts listed in the Fonts property.');

0 commit comments

Comments
 (0)
Failed to load comments.