Skip to content

Commit

Permalink
fix: ajuste de tags de raise exception no arquivo de polimorfismo
Browse files Browse the repository at this point in the history
  • Loading branch information
camilaccb committed Oct 20, 2024
1 parent 3bb30da commit a0cdb72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion book/10-orientacao-objetos/04-encapsulamento.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,11 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"metadata": {
"tags":[
"raise-exception"
]
},
"outputs": [
{
"name": "stdout",
Expand Down
6 changes: 5 additions & 1 deletion book/10-orientacao-objetos/05-polimorfismo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"tags": [
"raise-exception"
]
},
"outputs": [
{
"ename": "NameError",
Expand Down

0 comments on commit a0cdb72

Please sign in to comment.