We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4804bdc commit 0fc3286Copy full SHA for 0fc3286
README.md
@@ -271,7 +271,7 @@ def render_page(page_title: str) -> str:
271
This greatly reduces the amount of work `render` needs to do on the prerendered content when outputting HTML.
272
273
#### Caching
274
-You may want to cache rendered content. This is easy to do in many ways; the main thing to keep in
+You may want to cache rendered content. This is easy to do; the main thing to keep in
275
mind is you'll likely want to return a `SafeString`. For example, here's how you might cache locally with `lru_cache`:
276
277
```python
0 commit comments