Skip to content
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

La linea editada contiene un espacio que hace que al ejecutar falle. #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gamba47
Copy link

@gamba47 gamba47 commented Jun 17, 2015

t = Template(raw_template)
tira el siguiente error:

TemplateSyntaxError: Could not parse the remainder: ': "j F Y"' from 'ship_date|date: "j F Y"'

Revisando en el libro en ingles, no existe el espacio entre ":" y "j F Y". Al unir esto el error desaparece.

gamba47 added 2 commits June 17, 2015 00:09
 t = Template(raw_template)
tira el siguiente error:

TemplateSyntaxError: Could not parse the remainder: ': "j F Y"' from 'ship_date|date: "j F Y"'

Revisando en el libro en ingles, no existe el espacio entre ":" y "j F Y". Al unir esto el error desaparece.
… pero tengo mis dudas si al crear

def delete(self):
   delete.alters_data = True

afectemos a la funcion cuenta.borrar

No se como probarlo, pero me parece que la traducción debería quedar como "delete" o "borrar" en el caso que se elija.
Tome la opción "borrar" para que quede en castellano.

Saludos!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant