We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67cd6d commit a9a3978Copy full SHA for a9a3978
_posts/2019-01-13-python-3-7-feature-walkthrough.md
@@ -29,7 +29,7 @@ learning Python, I am using the same API for putting breakpoints. With this
29
release, ```breakpoint()``` is introduced as a built-in function. Because it is
30
in a built-in scope, you don't have to import it from any module. You can call
31
this function to put breakpoints in your code. This approach is handier than
32
-importing ```pdf.set_trace()```.
+importing ```pdb.set_trace()```.
33
34

35
0 commit comments