Skip to content

Commit 3b9fef4

Browse files
stevepiercyjensens
authored andcommitted
Use single backticks for inline literals in MyST
1 parent 5ef3ebd commit 3b9fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/portlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As a user, you can add a portlet to a web page in a Plone site by following thes
5555
To create a portlet, you will need to write Python classes that define the portlet and its behavior.
5656
This class should subclass the `Portlet` class from the `plone.portlets` package.
5757

58-
Here is an example of a very simple portlet class ``my_portlet.py``:
58+
Here is an example of a very simple portlet class `my_portlet.py`:
5959

6060
```python
6161
from plone.app.portlets.portlets import base

0 commit comments

Comments
 (0)