Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 21, 2018
1 parent 212f8cd commit fc78406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/notebooks/python/serialisation_protobuf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
"try:\n",
" out, err = run_cmd(cmd=cmd, wait=True)\n",
"except PermissionError as e:\n",
" mes = \"--CMD--\\n{0}--OUT--\\n{1}\\n--ERR--\\n{2}\".format(cld, out, err)\n",
" mes = \"--CMD--\\n{0}--OUT--\\n{1}\\n--ERR--\\n{2}\".format(cmd, out, err)\n",
" raise Exception(\"Unable to use {0}\\n{1}\".format(protoc, mes)) from e\n",
"print(\"\\n----\\n\".join([out, err]))"
]
Expand Down

0 comments on commit fc78406

Please sign in to comment.