Skip to content

Commit

Permalink
Merge pull request #1016 from Rakleed/patch-1
Browse files Browse the repository at this point in the history
Fix typos in PQL docs
  • Loading branch information
vktr committed Nov 14, 2020
2 parents 3158609 + d2df238 commit 8b104d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The query language (called PQL) is somewhat based on SQL but is designed to
make querying torrents easy.

For example, to query all torrents larger than 1GB, the following query can
be used;
be used:

.. code-block:: sql
Expand Down Expand Up @@ -40,9 +40,9 @@ These are the fields available to query.

- :code:`name` (*string*) - the name of the torrent.
- :code:`progress` (*number*) - the current progress.
- :code:`size` (*number*) - the *total wanted* size - eg. total size excluding skipped files.
- :code:`size` (*number*) - the *total wanted* size - e.g. total size excluding skipped files.
- :code:`status` (*string*) - the current status. Possible values are :code:`error`,
:code:`downloading`, :code:`paused`, :code:`queued`, :code:`seeding`, :code:`uploading`
:code:`downloading`, :code:`paused`, :code:`queued`, :code:`seeding`, :code:`uploading`.


Comparison operators
Expand Down

0 comments on commit 8b104d0

Please sign in to comment.