Skip to content

Commit

Permalink
Simplify notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 28, 2018
1 parent 0de80db commit 13dbe0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/lfortran/nb/Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"source": [
"integer function fn()\n",
"fn = 3\n",
"end function\n"
"end function"
]
},
{
Expand Down Expand Up @@ -132,7 +132,7 @@
"source": [
"integer function fn()\n",
"fn = 4\n",
"end function\n"
"end function"
]
},
{
Expand Down Expand Up @@ -165,7 +165,7 @@
"else\n",
" b = 3\n",
"end if\n",
"end subroutine\n"
"end subroutine"
]
}
],
Expand Down

0 comments on commit 13dbe0e

Please sign in to comment.