Skip to content

Commit

Permalink
Fix doc build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburnett committed Jun 20, 2024
1 parent 7d7d89d commit 6acf1d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/rest/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on a Presto installation.

**Example response:**

.. code-block:: json
.. code-block:: text
{
"queryId" : "20131229_211533_00017_dk5x2",
Expand Down
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/rest/task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ execution of queries on a Presto installation.

**Example response**:

.. sourcecode:: http
.. code-block:: text
[ {
"taskId" : "20131222_183944_00011_dk5x2.1.0",
Expand Down Expand Up @@ -89,7 +89,7 @@ execution of queries on a Presto installation.

**Example response**:

.. sourcecode:: http
.. code-block:: text
{
"taskId" : "20140115_170528_00004_dk5x2.0.0",
Expand Down

0 comments on commit 6acf1d6

Please sign in to comment.