Skip to content

Commit

Permalink
Convert Markdown italic to rst italic
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 16, 2017
1 parent 82f800e commit 9720c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ with all suppliers in the same city::
Left Joins
^^^^^^^^^^

The previous query gave us parts with /at least one/ supplier in the same city.
The previous query gave us parts with *at least one* supplier in the same city.
If a part has no suppliers in the same city, it will be omitted from the
results. But what if we needed this information? In SQL we can capture this with
a ``LEFT JOIN``, and Rel8 supports this.
Expand Down

0 comments on commit 9720c00

Please sign in to comment.