File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,11 @@ msgid ""
80
80
"tuple. The object inherits from :class:`asyncore.dispatcher`, and so will "
81
81
"insert itself into :mod:`asyncore`'s event loop on instantiation."
82
82
msgstr ""
83
- "Cree un nuevo objeto :class:`SMTPServer`, que se vincule a la dirección "
84
- "local *localaddr*. Tratará *remoteaddr* como un retransmisor SMTP "
85
- "ascendente. Tanto *localaddr* y *remoteaddr* deben ser una tupla ref:`(host, "
86
- "port) <host_port>`. El objeto hereda de :class:`asyncore.dispatcher`, por lo "
87
- "que se insertará en el bucle de eventos de :mod:`asyncore` en la "
88
- "instanciación."
83
+ "Crea un nuevo objeto :class:`SMTPServer`, que se vincula a la dirección "
84
+ "local *localaddr*. Tratará *remoteaddr* como un transmisor SMTP ascendente. "
85
+ "Tanto *localaddr* como *remoteaddr* deben ser una tupla :ref:`(host, port) "
86
+ "<host_port>`. El objeto hereda de :class:`asyncore.dispatcher`, por lo que "
87
+ "se insertará en el bucle de eventos de :mod:`asyncore` en la instanciación."
89
88
90
89
#: ../Doc/library/smtpd.rst:46 ../Doc/library/smtpd.rst:168
91
90
msgid ""
You can’t perform that action at this time.
0 commit comments