Skip to content

Commit 5d03399

Browse files
authored
Merge pull request #1343 from jeanas/emphasis
Use correct reST syntax for emphasis
2 parents d3e161e + d6fd584 commit 5d03399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/specifications/name-normalization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This means that the following names are all equivalent:
3636
* ``friendly.bard``
3737
* ``friendly_bard``
3838
* ``friendly--bard``
39-
* ``FrIeNdLy-._.-bArD`` (a _terrible_ way to write a name, but it is valid)
39+
* ``FrIeNdLy-._.-bArD`` (a *terrible* way to write a name, but it is valid)
4040

4141
History
4242
=======

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ that the virtual environment's variables are set within the current
277277
shell, and not in a subprocess (which then disappears, having no
278278
useful effect).
279279

280-
In both of the above cases, Windows users should _not_ use the
280+
In both of the above cases, Windows users should *not* use the
281281
:command:`source` command, but should rather run the :command:`activate`
282282
script directly from the command shell like so:
283283

0 commit comments

Comments
 (0)