Skip to content

Commit fdf94b4

Browse files
committed
fixing issue # 87 for file internet_examples
1 parent fb08e7b commit fdf94b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/chapters/internet_examples.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ pgRouting can solve the example problem like the one shown down below (`picture
9494
9595
The following code outputs the table down below.
9696

97-
.. code-block:: sql
97+
::
9898

99-
end_vid | array_to_string | array_agg
99+
end_vid | array_to_string | array_agg
100100
---------+-------------------------------------------------------+--------------
101101
2 | Seatle,San Francisco | {1,2}
102102
3 | Seatle,San Francisco,Las Vegas | {1,2,3}
@@ -185,7 +185,7 @@ Output from running the following SQL command:
185185

186186
.. code-block:: sql
187187
188-
?column? | agg_cost
188+
?column? | agg_cost
189189
----------+----------
190190
1 | 6
191191
2 | 1

0 commit comments

Comments
 (0)