doc/tutorials/dataimport/diseasome_parser.py
branchstable
changeset 9702 c2108dbfb508
parent 8836 8a57802d40d3
child 10663 54b8a1f249fb
--- a/doc/tutorials/dataimport/diseasome_parser.py	Mon Apr 14 12:07:00 2014 +0200
+++ b/doc/tutorials/dataimport/diseasome_parser.py	Mon Apr 14 12:27:37 2014 +0200
@@ -31,9 +31,9 @@
 
 def _retrieve_reltype(uri):
     """
-    Retrieve a relation type from an URI.
+    Retrieve a relation type from a URI.
 
-    Internal function which takes an URI containing a relation type as input
+    Internal function which takes a URI containing a relation type as input
     and returns the name of the relation.
     If no URI string is given, then the function returns None.
     """