Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7972de5

Browse files
fjsevilla-devgfant
andauthored
Apply suggestions from code review
Co-authored-by: agf-nohchil <[email protected]>
1 parent 8c9b608 commit 7972de5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/statistics.po

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

2525
#: ../Doc/library/statistics.rst:2
2626
msgid ":mod:`statistics` --- Mathematical statistics functions"
27-
msgstr "Funciones de estadística matemática"
27+
msgstr ":mod:`statisticss` --- Funciones de estadística matemática"
2828

2929
#: ../Doc/library/statistics.rst:12
3030
msgid "**Source code:** :source:`Lib/statistics.py`"
@@ -36,7 +36,7 @@ msgid ""
3636
"numeric (:class:`~numbers.Real`-valued) data."
3737
msgstr ""
3838
"Este módulo proporciona funciones para calcular estadísticas matemáticas de "
39-
"datos numéricos de tipo (:class:`~numbers.Real`)."
39+
"datos numéricos (de tipo :class:`~numbers.Real`)."
4040

4141
#: ../Doc/library/statistics.rst:24
4242
msgid ""
@@ -47,7 +47,7 @@ msgid ""
4747
"graphing and scientific calculators."
4848
msgstr ""
4949
"Este módulo no pretende ser competidor o sustituto de bibliotecas de "
50-
"terceros como NumPy, SciPy o paquetes de software propietario completos para "
50+
"terceros como `NumPy <https://numpy.org>`_, `SciPy <https://www.scipy.org/>`_, o paquetes de software propietario completos para "
5151
"estadísticos profesionales como Minitab, SAS o Matlab. Este módulo se ubica "
5252
"a nivel de calculadoras científicas gráficas."
5353

@@ -120,7 +120,7 @@ msgstr ":func:`median`"
120120

121121
#: ../Doc/library/statistics.rst:49
122122
msgid "Median (middle value) of data."
123-
msgstr "Mediana (valor central) de los dato."
123+
msgstr "Mediana (valor central) de los datos."
124124

125125
#: ../Doc/library/statistics.rst:50
126126
msgid ":func:`median_low`"

0 commit comments

Comments
 (0)