Skip to content

Commit 08d2ee7

Browse files
gambozstevepiercy
andauthored
Apply suggestions from code review
Co-authored-by: Steve Piercy <web@stevepiercy.com>
1 parent 9f30320 commit 08d2ee7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/admin-guide/run-plone.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ For any of these commands, press {kbd}`ctrl-d` to stop the process.
104104

105105
### Set a "fake" request
106106

107-
To make sure that the request is fully set up for any code that uses `zope.globalrequest.getRequest` you might need to do:
108-
: ```python
107+
To make sure that the request is fully set up for any code that uses `zope.globalrequest.getRequest`, you might need to use the following code.
108+
109+
```python
109110
from zope.globalrequest import setRequest
110111
setRequest(app.REQUEST)
111112
```

0 commit comments

Comments
 (0)