Skip to content

Commit 8949495

Browse files
committed
git push origin main:master
1 parent cbb1afa commit 8949495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/convert-to-qmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
git add linear-algebra-with-python-book/chapters/*
6464
git add linear-algebra-with-python-book/index.html
6565
git commit -m "Updated chapters and Table of Contents"
66-
git push origin main
66+
git push origin main:master

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"from IPython.core.interactiveshell import InteractiveShell\n",
31-
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
31+
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)