commit | 89294e30fffe6b86c44247cbde39cc965d01d555 | [log] [tgz] |
---|---|---|
author | Adorilson Bezerra <adorilson@gmail.com> | Sun Jan 31 03:07:11 2021 -0300 |
committer | GitHub <noreply@github.com> | Sat Jan 30 22:07:11 2021 -0800 |
tree | 70f9746b3d14489b5ec189d721610f975ccc2600 | |
parent | e60344364245a23a7a1b25d5ebce6833652a656c [diff] |
Doc: errors tutorial improvements (GH-16269) Improvements: - Improvements in how try clause works section This suggestion is because the execution continues after *except*, not after *try* but before *except*. I guess this form more clear. - Surrounding some keywords with \*...\* For uniformity the highlighted terms - Adjust the number of chars per line to 80