diff --git a/library/functions.po b/library/functions.po index 467ba4ee..c056a71a 100644 --- a/library/functions.po +++ b/library/functions.po @@ -1914,14 +1914,14 @@ msgstr "" "préfixe ``0o``, vous pouvez utiliser l'une des méthodes suivantes." #: library/functions.rst:1043 -#, fuzzy msgid "" "Open *file* and return a corresponding :term:`file object`. If the file " "cannot be opened, an :exc:`OSError` is raised. See :ref:`tut-files` for more " "examples of how to use this function." msgstr "" "Ouvre *file* et donne un :term:`objet fichier ` correspondant. " -"Si le fichier ne peut pas être ouvert, une :exc:`OSError` est levée." +"Si le fichier ne peut pas être ouvert, une :exc:`OSError` est levée. Voir :" +"ref:`tut-files` pour plus d'exemple d'utilisation de cette fonction." #: library/functions.rst:1047 msgid ""