eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html

changeset 7989
a21d673a8f99
parent 7555
24f1bb4c78a3
child 8032
76375aa6bc04
diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Sat Jan 16 16:51:23 2021 +0100
@@ -229,7 +229,7 @@
         Public method to determine, if a script can be executed.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing a flag indicating it is safe to start a
             Plotter and a reason why it cannot.
@@ -249,7 +249,7 @@
         Public method to determine, if a File Manager can be started.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing a flag indicating it is safe to start a
             File Manager and a reason why it cannot.
@@ -269,7 +269,7 @@
         Public method to determine, if a Plotter can be started.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing a flag indicating it is safe to start a
             Plotter and a reason why it cannot.
@@ -289,7 +289,7 @@
         Public method to determine, if a REPL can be started.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing a flag indicating it is safe to start a REPL
             and a reason why it cannot.
@@ -309,7 +309,7 @@
         Public method to get the name of the device.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 name of the device
 </dd>
@@ -329,7 +329,7 @@
         serial connection.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating an interrupt is needed
 </dd>
@@ -348,7 +348,7 @@
         Public method to get the device documentation URL.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 documentation URL of the device
 </dd>
@@ -367,7 +367,7 @@
         Public method to get the device firmware download URL.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 firmware download URL of the device
 </dd>
@@ -386,7 +386,7 @@
         Public method to get the workspace directory.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 workspace directory used for saving files
 </dd>
@@ -408,7 +408,7 @@
         The default returns True.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating support for time commands
 </dd>

eric ide

mercurial