##// END OF EJS Templates
fix english
Matthias BUSSONNIER -
Show More
@@ -452,11 +452,11 b' class Image(DisplayObject):'
452
452
453 Examples
453 Examples
454 --------
454 --------
455 # embed implicitely True, works in qtconsole and notebook
455 # embed implicitly True, works in qtconsole and notebook
456 Image('http://www.google.fr/images/srpr/logo3w.png')
456 Image('http://www.google.fr/images/srpr/logo3w.png')
457
457
458 # embed implicitely False, does not works in qtconsole but works in notebook if
458 # embed implicitly False, does not works in qtconsole but works in notebook if
459 # internet connexion availlable
459 # internet connection available
460 Image(url='http://www.google.fr/images/srpr/logo3w.png')
460 Image(url='http://www.google.fr/images/srpr/logo3w.png')
461
461
462 """
462 """
General Comments 0
You need to be logged in to leave comments. Login now