Skip to content

Commit

Permalink
Trois nouvelles fontions dans nmea.py (mk_dict, mk_list, nmea2csv) co…
Browse files Browse the repository at this point in the history
…rrections mineures ailleurs
  • Loading branch information
byache committed Dec 19, 2021
1 parent c452762 commit 7bf770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydiderotlibs/chaines.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def chaine2fich(ch, fichier='optionnel'):
Arguments:
ch (str): Une chaine de caractères
fichier (file, optionnel): Le nom complet (avec le chemnin) d'un fichier contenant du texte brut.
fichier (file, optionnel): Le nom complet (avec le chemin) d'un fichier contenant du texte brut.
"""
if fichier == 'optionnel':
fen = Tk.Tk()
Expand Down

0 comments on commit 7bf770b

Please sign in to comment.