Skip to content

Commit 2876ab8

Browse files
authored
Merge pull request dabeaz-course#91 from bid0uille/patch_9.2
fix typo in 09/02 line 124
2 parents dbdcf27 + 9e054a0 commit 2876ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/09_Packages/02_Third_party.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ different problem.
121121
### Handling Third-Party Dependencies in Your Application
122122

123123
If you have written an application and it has specific third-party
124-
dependencies, one challange concerns the creation and preservation of
124+
dependencies, one challenge concerns the creation and preservation of
125125
the environment that includes your code and the dependencies. Sadly,
126126
this has been an area of great confusion and frequent change over
127127
Python's lifetime. It continues to evolve even now.

0 commit comments

Comments
 (0)