mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
d85f075ad7
brutally replace all `exeption <type>, <name>:` by `exception <type> as <name> :` `exception <type>, <type> :` should not be present anywhere in the code anymore, or should be present with explicit tuple as `exception (<type>, <type>)` |
||
---|---|---|
.. | ||
frontend/html/notebook | ||
testing | ||
utils/tests |