diff --git a/Notebooks/NB01_05__Datas_Horas.ipynb b/Notebooks/NB01_05__Datas_Horas.ipynb
index 953dac435..da8072c48 100644
--- a/Notebooks/NB01_05__Datas_Horas.ipynb
+++ b/Notebooks/NB01_05__Datas_Horas.ipynb
@@ -21,7 +21,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{
@@ -87,7 +87,7 @@
"| 5 | tm_sec | Segundos, de 0 a 61 |\n",
"| 6 | tm_wday | Dia da semana, de 0 a 6, onde 0 = Segunda |\n",
"| 7 | tm_yday | Dia do ano, de 1 a 366 |\n",
- "| 8 | tm_isdt | Valores possÃveis: -1, 0, 1 |\n",
+ "| 8 | tm_isdst | Valores possÃveis: -1, 0, 1 |\n",
"\n",
"\n",
"\n"
@@ -180,13 +180,13 @@
"id": "DhKDiZyYUfP5"
},
"source": [
- "print(\"Ano..........:\", hora_local[0])\n",
- "print(\"Mes..........:\", hora_local[1])\n",
- "print(\"Dia..........:\", hora_local[2])\n",
- "print(\"Hora.........:\", hora_local[3])\n",
- "print(\"Minutos......:\", hora_local[4])\n",
- "print(\"Segundos.....:\", hora_local[5])\n",
- "print(\"Dia da Semana:\", hora_local[6])"
+ "print(\"Ano.............:\", hora_local[0])\n",
+ "print(\"Mes.............:\", hora_local[1])\n",
+ "print(\"Dia.............:\", hora_local[2])\n",
+ "print(\"Hora............:\", hora_local[3])\n",
+ "print(\"Minutos.........:\", hora_local[4])\n",
+ "print(\"Segundos........:\", hora_local[5])\n",
+ "print(\"Dia da Semana:..:\", hora_local[6])"
],
"execution_count": null,
"outputs": []