File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1551,9 +1551,9 @@ msgid ""
1551
1551
msgstr ""
1552
1552
"El buscador :term:`path based` es un :term:`meta path finder`, por lo que la "
1553
1553
"maquinaria de importación comienza la búsqueda :term:`import path` llamando "
1554
- "al método :meth:``` importlib.machinery.PathFinder.find_spec` basado en la "
1554
+ "al método :meth:`~ importlib.machinery.PathFinder.find_spec` basado en la "
1555
1555
"ruta de acceso, tal como se describió anteriormente. Cuando se proporciona "
1556
- "el argumento ``path`` a :meth:`` importlib.machinery.PathFinder.find_spec`, "
1556
+ "el argumento ``path`` a :meth:`~ importlib.machinery.PathFinder.find_spec`, "
1557
1557
"será una lista de rutas de acceso de cadena para recorrer - normalmente el "
1558
1558
"atributo ``__path__`` de un paquete para una importación dentro de ese "
1559
1559
"paquete. Si el argumento ``path`` es ``None``, esto indica una importación "
You can’t perform that action at this time.
0 commit comments