Skip to content

Commit

Permalink
VS code and auto complete :sad:
Browse files Browse the repository at this point in the history
  • Loading branch information
arogl committed Sep 29, 2024
1 parent f295889 commit 9a9f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ There are a few coding conventions we use in beets:
.. code-block:: python
with g.lib.transaction() as tx:
rows = tx.query("SELECT DISTINCT '{0}'' FROM '{1}'' ORDER BY '{2}'""
rows = tx.query("SELECT DISTINCT '{0}' FROM '{1}' ORDER BY '{2}'"
.format(field, model._table, sort_field))
To fetch Item objects from the database, use lib.items(…) and supply
Expand Down

0 comments on commit 9a9f4a1

Please sign in to comment.