Skip to content

Commit 02fdf93

Browse files
committed
put code reference in quotes
1 parent 2af15d2 commit 02fdf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/piccolo/features/syntax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example:
1515
Get the SQL at any time
1616
-----------------------
1717

18-
At any time you can access the __str__ method of a query, to see the
18+
At any time you can access the ``__str__`` method of a query, to see the
1919
underlying SQL - making the ORM feel less magic.
2020

2121
.. code-block:: python

0 commit comments

Comments
 (0)