Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed May 25, 2018
1 parent 3776b02 commit 5e4c2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ipython-notebooks/logdet/logdet.ipynb
Expand Up @@ -526,7 +526,7 @@
"cocg.set_iteration_limit(20)\n",
"x = cocg.solve(Q, z)\n",
"\n",
"print('x:',x\n",
"print('x:',x)\n",
"\n",
"# verifying the result\n",
"print('z:',z)\n",
Expand Down

0 comments on commit 5e4c2e8

Please sign in to comment.