Skip to content

Commit

Permalink
fix doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Nov 10, 2024
1 parent 4ddbf5c commit be7d353
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/defining-sql-queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Then the generated function expects two named parameters:
res = queries.with_params(name="Calvin", x=(1+1j))
# => (6, 2.0)
Parameters Declarations
-----------------------
Parameter Declarations
----------------------

Query parameters names may be declared in parentheses just after the method name.
Query parameter names may be declared in parentheses just after the method name.

.. literalinclude:: ../../tests/blogdb/sql/blogs/blogs.sql
:language: sql
Expand Down
5 changes: 5 additions & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ TODO
- test with nogil once available in GitHub CI.
- test with py 3.14 once available in GitHub CI (pydantic/rust issue for now).

? on ?
------

- fix doc typos.

13.0 on 2024-11-10
------------------

Expand Down

0 comments on commit be7d353

Please sign in to comment.