Skip to content

Commit 0fc3286

Browse files
committed
punct
1 parent 4804bdc commit 0fc3286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def render_page(page_title: str) -> str:
271271
This greatly reduces the amount of work `render` needs to do on the prerendered content when outputting HTML.
272272

273273
#### Caching
274-
You may want to cache rendered content. This is easy to do in many ways; the main thing to keep in
274+
You may want to cache rendered content. This is easy to do; the main thing to keep in
275275
mind is you'll likely want to return a `SafeString`. For example, here's how you might cache locally with `lru_cache`:
276276

277277
```python

0 commit comments

Comments
 (0)