--- a/Documentation/Source/eric6.HexEdit.HexEditSearchReplaceWidget.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.HexEdit.HexEditSearchReplaceWidget.html Sat Mar 11 19:18:57 2017 +0100 @@ -178,14 +178,14 @@ </dd> </dl><a NAME="HexEditSearchReplaceWidget.__bytearray2text" ID="HexEditSearchReplaceWidget.__bytearray2text"></a> <h4>HexEditSearchReplaceWidget.__bytearray2text</h4> -<b>__bytearray2text</b>(<i>array, format</i>) +<b>__bytearray2text</b>(<i>array, dataFormat</i>) <p> Private method to convert a byte array to a text. </p><dl> <dt><i>array</i> (bytearray)</dt> <dd> byte array to be converted -</dd><dt><i>format</i> (str)</dt> +</dd><dt><i>dataFormat</i> (str)</dt> <dd> format of the text </dd> @@ -303,14 +303,14 @@ </dd> </dl><a NAME="HexEditSearchReplaceWidget.__text2bytearray" ID="HexEditSearchReplaceWidget.__text2bytearray"></a> <h4>HexEditSearchReplaceWidget.__text2bytearray</h4> -<b>__text2bytearray</b>(<i>txt, format</i>) +<b>__text2bytearray</b>(<i>txt, dataFormat</i>) <p> Private method to convert a text to a byte array. </p><dl> <dt><i>txt</i> (str)</dt> <dd> text to be converted -</dd><dt><i>format</i> (str)</dt> +</dd><dt><i>dataFormat</i> (str)</dt> <dd> format of the text </dd>