Skip to content

Commit 5d5bc25

Browse files
committed
1 parent 08d2ee7 commit 5d5bc25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin-guide/run-plone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ For any of these commands, press {kbd}`ctrl-d` to stop the process.
107107
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.
108108

109109
```python
110-
from zope.globalrequest import setRequest
111-
setRequest(app.REQUEST)
112-
```
110+
from zope.globalrequest import setRequest
111+
setRequest(app.REQUEST)
112+
```

0 commit comments

Comments
 (0)