Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | [backport] doc/tut3.rst: Fix typo in Introduction (#12607) [ci skip] | Tor Arvid Lund | 2019-11-06 | 1 | -1/+1 |
| | | | Derivative of `b*pow(x, 2)` is `2*b*x`, while old version had `2*a*x` | ||||
* | Fix typos. Apply title case. (#11987) | Arne Döring | 2019-08-21 | 1 | -11/+11 |
| | |||||
* | tut3.rst formatting fix | narimiran | 2019-02-04 | 1 | -8/+8 |
| | |||||
* | tut3: improved the wording | Araq | 2018-11-21 | 1 | -34/+41 |
| | |||||
* | added a new macro tutorial (#9588) | Arne Döring | 2018-11-21 | 1 | -0/+347 |