Skip to content

Commit

Permalink
removing unneccessary quotes in expression language guide (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall authored May 15, 2024
1 parent aef24c8 commit 11a74ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/use-oak-expression-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ To find all descendants of a term, use the ``.desc`` operator followed by the re

.. code-block::
runoak -i sqlite:obo:fbbt search '.desc//p=i,p nucleus'
runoak -i sqlite:obo:fbbt search .desc//p=i,p nucleus
This will find all descendants of "nucleus" using the :term:`is-a` (``i``) and
:term:`part-of` (``p``) relationships.
Expand Down

0 comments on commit 11a74ab

Please sign in to comment.