Fix a reST block syntax

There was a typo in the reST syntax of a block. And the quote character
was replaced with an apostrophe to avoid coloring.

Change-Id: I6701b3d30b166bc55bd51b1913ba22c3b0199ce7
This commit is contained in:
François Magimel 2018-12-02 19:37:52 +01:00
parent 4cb518e4ed
commit 78efd799aa
1 changed files with 2 additions and 3 deletions

View File

@ -55,10 +55,9 @@ Talking to specific people
--------------------------
To talk to a specific person, prefix the line with their name. For instance,
to ask ``mordred`` a question:
to ask ``mordred`` a question::
::
mordred: I'm having a problem with this patch, https://review.openstack.org/#/c/530978/, could you help me figure out it?
mordred: Im having a problem with this patch, https://review.openstack.org/#/c/530978/, could you help me figure out it?
It is not required or useful to prefix someone's name with an ``@``, it's
just extra typing and looks weird in IRC clients.