Skip to content

Commit cfdcf35

Browse files
cmaureirrtobar
andauthored
Apply suggestions from code review
Co-authored-by: rtobar <rtobar@icrar.org>
1 parent 900140a commit cfdcf35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/import.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ msgid ""
662662
"system now raises :exc:`ImportWarning`."
663663
msgstr ""
664664
"El uso de :meth:`~importlib.abc.MetaPathFinder.find_module` por parte del "
665-
"sistema de importación ahora genera :exc:`ImportWarning`."
665+
"sistema de importación ahora lanza :exc:`ImportWarning`."
666666

667667
#: ../Doc/reference/import.rst:338
668668
msgid "Loading"
@@ -918,7 +918,7 @@ msgstr ""
918918

919919
#: ../Doc/reference/import.rst:477
920920
msgid "Use of ``load_module()`` will raise :exc:`ImportWarning`."
921-
msgstr "El uso de ``load_module()`` aumentará :exc:`ImportWarning`."
921+
msgstr "El uso de ``load_module()`` lanzará :exc:`ImportWarning`."
922922

923923
#: ../Doc/reference/import.rst:481
924924
msgid "Submodules"
@@ -1809,7 +1809,7 @@ msgid ""
18091809
msgstr ""
18101810
"Las llamadas a :meth:`~importlib.abc.PathEntryFinder.find_module` y :meth:"
18111811
"`~importlib.abc.PathEntryFinder.find_loader` por parte del sistema de "
1812-
"importación generarán :exc:`ImportWarning`."
1812+
"importación lanzarán :exc:`ImportWarning`."
18131813

18141814
#: ../Doc/reference/import.rst:913
18151815
msgid "Replacing the standard import system"

0 commit comments

Comments
 (0)