Skip to content

Commit 9e054a0

Browse files
authored
fix typo in 09/02 line 124
was challange instead of challenge
1 parent 3d86b44 commit 9e054a0

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)