Skip to content

Commit bb1e69f

Browse files
authored
fix typos in DEVELOPMENT_GUIDE.md (#3921)
1 parent 4ed82f8 commit bb1e69f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPMENT_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Since black is installed in virtualenv, when you follow [this instruction](https
7171
/Users/<username>/.pyenv/shims/black
7272
```
7373

74-
However, IDEs such PyChaim (using FileWatcher) will have a hard time invoking `/Users/<username>/.pyenv/shims/black`
74+
However, IDEs such as PyCharm (using FileWatcher) will have a hard time invoking `/Users/<username>/.pyenv/shims/black`
7575
and this will happen:
7676

7777
```
@@ -185,7 +185,7 @@ conventions are best practices that we have learnt over time.
185185
are raised by Python interpreter and usually signify a bug in your
186186
code. Your method must not explicitly raise these exceptions because
187187
the caller has no way of knowing whether it came from a bug or not.
188-
Custom exceptions convey are must better at conveying the intent and
188+
Custom exceptions convey intent much better and
189189
can be handled appropriately by the caller. In HTTP lingo, custom
190190
exceptions are equivalent to 4xx (user\'s fault) and built-in
191191
exceptions are equivalent to 5xx (Service Fault)

0 commit comments

Comments
 (0)