Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 342fd82

Browse files
committed
RST ignores LaTeX style double minus signs for m-dash
1 parent c3f553a commit 342fd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

using_seqfeatures/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Translating CDS features
266266
------------------------
267267

268268
When dealing with GenBank files and trying to get the protein sequence of the
269-
genes, you'll need to look at the CDS features (coding sequences) -- not the
269+
genes, you'll need to look at the CDS features (coding sequences) - not the
270270
gene features (although for simple cases they'll have the same location).
271271

272272
Sometimes, as in the *E. coli* exmaple, you will find the translation is

writing_sequence_files/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Save this as ``convert_gb_to_fasta.py`` and run it:
5050
1 records converted
5151

5252
Notice that the ``SeqIO.convert(...)`` function returns the number of
53-
sequences it converted -- here only one. Also have a look at the output file:
53+
sequences it converted - here only one. Also have a look at the output file:
5454

5555
.. sourcecode:: console
5656

0 commit comments

Comments
 (0)