mraa: rename from maa to mraa
[contrib/mraa.git] / src / python / docs / example.rst
index ab25c1d..da74d0e 100644 (file)
@@ -1,16 +1,16 @@
 #######
 Example
 #######
-Here are some examples of how to use pymaa, common convention is to import pymaa as maa to keep it short but feel free to import it globally!
+Here are some examples of how to use pymraa, common convention is to import pymraa as mraa to keep it short but feel free to import it globally!
 
 Hello GPIO
 ==========
 
-Here is the simplest Gpio program in pymaa.
+Here is the simplest Gpio program in pymraa.
 
 .. literalinclude:: ../../../examples/python/hello_gpio.py
-  :prepend: import pymaa
-  :start-after: import pymaa
+  :prepend: import pymraa
+  :start-after: import pymraa
 
 GPIO Interupt (isr)
 ===================
@@ -20,6 +20,6 @@ The GPIO module allows you to set an interupt on a GPIO. This interupt is contro
 **Note:** Galileo Gen1 only supports EDGE_BOTH
 
 .. literalinclude:: ../../../examples/python/hello_isr.py
-  :prepend: import pymaa as maa
-  :start-after: import pymaa as maa
+  :prepend: import pymraa as mraa
+  :start-after: import pymraa as mraa