Skip to content

Commit 5260630

Browse files
committed
updated docu file generated with PythonScript/src/CreateWrapper.py from PR #46
1 parent 31344bb commit 5260630

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/scintilla.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,7 +3172,7 @@ Scintilla Methods
31723172

31733173
See Scintilla documentation for `SCI_SETLENGTHFORENCODE <http://www.scintilla.org/ScintillaDoc.html#SCI_SETLENGTHFORENCODE>`_
31743174

3175-
.. method:: Editor.encodedFromUTF8() -> str
3175+
.. method:: Editor.encodedFromUTF8(utf8) -> str
31763176

31773177
Translates a UTF8 string into the document encoding.
31783178
Return the length of the result in bytes.
@@ -4033,9 +4033,9 @@ Scintilla Methods
40334033

40344034
See Scintilla documentation for `SCI_SETREPRESENTATION <http://www.scintilla.org/ScintillaDoc.html#SCI_SETREPRESENTATION>`_
40354035

4036-
.. method:: Editor.getRepresentation() -> str
4036+
.. method:: Editor.getRepresentation(encodedCharacter) -> str
40374037

4038-
Set the way a character is drawn.
4038+
Get the way a character is drawn.
40394039
Result is NUL-terminated.
40404040

40414041
See Scintilla documentation for `SCI_GETREPRESENTATION <http://www.scintilla.org/ScintillaDoc.html#SCI_GETREPRESENTATION>`_
@@ -4155,7 +4155,7 @@ Scintilla Methods
41554155

41564156
See Scintilla documentation for `SCI_PROPERTYTYPE <http://www.scintilla.org/ScintillaDoc.html#SCI_PROPERTYTYPE>`_
41574157

4158-
.. method:: Editor.describeProperty() -> str
4158+
.. method:: Editor.describeProperty(name) -> str
41594159

41604160
Describe a property.
41614161
Result is NUL-terminated.

0 commit comments

Comments
 (0)