diff --git a/TP-FEMM/src/bobine.md b/TP-FEMM/src/bobine.md
index 5ce7be86aa511bd92c0f2a08e209d4a58efda84c..0710e38b123de863e9a859cbd071e787666c0579 100644
--- a/TP-FEMM/src/bobine.md
+++ b/TP-FEMM/src/bobine.md
@@ -16,7 +16,7 @@ Le but est de calculer le champ qu'elle produit, l'énergie correspondante, ains
 
 ## Définition du problème
 
-Pour commencer, on crée (au bon endroit) un fichier `bobine.m` par exemple, et on y rentre le préambule « classique » :   
+Pour commencer, on crée (au bon endroit) un fichier `bobine.m` ou `bobine.py` par exemple, et on y rentre le préambule « classique » :   
 * *MATLAB :*
 ```Matlab
 % Fichier bobine.m simulant la bobine du premier tuto avec FEMM
@@ -29,7 +29,6 @@ addpath('C:\femm42\mfiles')
 * *Python :* 
 ```Python
 # Fichier bobine.py simulant la bobine du premier tuto avec FEMM
-
 import numpy as np
 import femm
 ```