Skip to content

Commit 41ae302

Browse files
committed
Fixed previous commit and a typo
1 parent 8c15940 commit 41ae302

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PythonForDelphi/Components/Sources/Core/PythonEngine.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,6 +3638,7 @@ function TPythonInterface.GetUnicodeTypeSuffix : String;
36383638
'UCS2'
36393639
{$ELSE}
36403640
'UCS4'
3641+
{$ENDIF}
36413642
else
36423643
Result := '';
36433644
end;

PythonForDelphi/Demos/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Demo30 Using Named Parameters (Kylix ready)
3232
Demo31 Using WrapDelphi to access Delphi Form attributes (Requires Delphi5 or later)
3333
Demo32 Demo08 revisited using WrapDelphi (Requires Delphi7 or later)
3434
Demo33 Using Threads inside Python
35-
Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PytonVersions
35+
Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PythonVersions

0 commit comments

Comments
 (0)