fix typo
This commit is contained in:
parent
c2fcf4fd2e
commit
8e1fcad80c
1 changed files with 1 additions and 1 deletions
2
stock.py
2
stock.py
|
@ -48,7 +48,7 @@ class Stock(BaseDeDonnees):
|
||||||
("fraisier", "img/fraisier.gif"),
|
("fraisier", "img/fraisier.gif"),
|
||||||
("eclair", "img/eclair.gif")
|
("eclair", "img/eclair.gif")
|
||||||
],
|
],
|
||||||
"boucherie poissnerie": [
|
"boucherie poissonnerie": [
|
||||||
("saucisson", "img/saucisson.gif"),
|
("saucisson", "img/saucisson.gif"),
|
||||||
("côte de boeuf", "img/cote_de_boeuf.gif"),
|
("côte de boeuf", "img/cote_de_boeuf.gif"),
|
||||||
("langue de boeuf", "img/langue_de_boeuf.gif"),
|
("langue de boeuf", "img/langue_de_boeuf.gif"),
|
||||||
|
|
Reference in a new issue