Skip to content

Commit d1dcb5e

Browse files
deronnaxMathieu Dupuy
authored andcommitted
WIP library/: correction en tirets cadratins (#165)
Ça me rendait fou. Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/165 Reviewed-by: Julien Palard <julien@palard.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
1 parent 6a3c024 commit d1dcb5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/random.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgstr ""
1717

1818
#: library/random.rst:2
1919
msgid ":mod:`random` --- Generate pseudo-random numbers"
20-
msgstr ":mod:`random` --- Génère des nombres pseudo-aléatoires"
20+
msgstr ":mod:`random` Génère des nombres pseudo-aléatoires"
2121

2222
#: library/random.rst:7
2323
msgid "**Source code:** :source:`Lib/random.py`"
@@ -101,9 +101,9 @@ msgstr ""
101101
"utiliser un générateur de base différent, de votre propre conception. Dans "
102102
"ce cas, remplacez les méthodes :meth:`~Random.random`, :meth:`~Random."
103103
"seed`, :meth:`~Random.gettsate` et :meth:`~Random.setstate`. En option, un "
104-
"nouveau générateur peut fournir une méthode :meth:`~Random.getrandbits` --- "
105-
"ce qui permet à :meth:`randrange` de produire des sélections sur une plage "
106-
"de taille arbitraire."
104+
"nouveau générateur peut fournir une méthode :meth:`~Random.getrandbits` — ce "
105+
"qui permet à :meth:`randrange` de produire des sélections sur une plage de "
106+
"taille arbitraire."
107107

108108
#: library/random.rst:42
109109
msgid ""

0 commit comments

Comments
 (0)