Skip to content

Commit d30d8a2

Browse files
authored
Typo: move "for"
1 parent f2966f8 commit d30d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ There are many ways to serve them in production:
136136
you can use a web server like Nginx, or a CDN like Amazon S3,
137137
but in our case, the most straightforward thing to do
138138
is to use https://whitenoise.readthedocs.io/[Whitenoise],
139-
a Python library for expressly designed serving staticfootnote:[
139+
a Python library expressly designed for serving staticfootnote:[
140140
Believe it or not, this pun didn't actually hit me until I was rewriting this chapter.
141141
For 10 years it was right under my nose. I think that makes it funnier actually.]
142142
files from Python.

0 commit comments

Comments
 (0)