Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7b3a0a

Browse filesBrowse files
committed
Fix Screen.Realign docstring
See Embarcadero/DelphiVCL4Python#84
1 parent ad3d8c7 commit e7b3a0a
Copy full SHA for e7b3a0a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Source/vcl/WrapVclForms.pas

Copy file name to clipboardExpand all lines: Source/vcl/WrapVclForms.pas
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.