-
Notifications
You must be signed in to change notification settings - Fork 396
Traduccion builtdist #1055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traduccion builtdist #1055
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me parece que deberías fijarte el formato del archivo.
Fijate que hay muchos párrafos que no hay cambios
aparentes pero Github los marca como cambiado,
y es que le está poniendo símbolos raros.
"llamada en C ::c:func:`fcntl`. El valor de retorno despu�s de una llamada " | ||
"correcta es el contenido del b�fer, convertido en un objeto :class:`bytes`. " | ||
"La longitud del objeto retornado ser� la misma que la longitud del argumento " | ||
"*arg*. Esta longitud est� limitada a 1024 bytes. Si la informaci�n devuelta " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se prefiere usae "retornar" en vez de "devolver"
"*arg*. Esta longitud est� limitada a 1024 bytes. Si la informaci�n devuelta " | |
"*arg*. Esta longitud está limitada a 1024 bytes. Si la información retornada " |
Ver: ad7bc7d
"que luego se pasa a :func:`ioctl` y se copia de nuevo en el búfer " | ||
"Si *mutate_flag* es verdadero (valor predeterminado), entonces el b�fer se " | ||
"pasa (en efecto) a la llamada al sistema subyacente :func:`ioctl`, el c�digo " | ||
"de retorno de �ste �ltimo se devuelve al Python que llama, y ??el nuevo " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eliminar el ??
"de retorno de �ste �ltimo se devuelve al Python que llama, y ??el nuevo " | |
"de retorno de éste último se devuelve al Python que llama, y el nuevo " |
@eamanu modifiqué tus sugerencias, para que hagas el cambio directamente, asi la gente solo apreta un botón y tiene el cambio, con el botón que tiene el |
El fichero del PR no se corresponde con el último commit que habñia hecho en local. Cierro el PR y abro otro nuevo para solucionarlo. |
Closes #1026