Skip to content

Commit

Permalink
Fixed wrong formatting in request.md (#2955)
Browse files Browse the repository at this point in the history
Deleted the extra mismatched beginning of the code block

Co-authored-by: Adam Hopkins <[email protected]>
  • Loading branch information
ilya-nikolaev and ahopkins authored Jun 22, 2024
1 parent 33bc520 commit a5ceb3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guide/content/en/guide/basics/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 161,6 @@ This can be constrasted with the `app.ctx` object which is shared across all req

The `request.ctx` object by default is a `SimpleNamespace` object allowing you to set arbitrary attributes on it. Sanic will not use this object for anything, so you are free to use it however you want without worrying about name clashes.

```python

### Typical use case

This is often used to store items like authenticated user details. We will get more into [middleware](./middleware.md) later, but here is a simple example.
Expand Down

0 comments on commit a5ceb3a

Please sign in to comment.