Browse Source

Changed a comment

Yann Weber 9 years ago
parent
commit
7b647c5ba4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      leobject/datasources/ledatasourcesql.py

+ 1
- 1
leobject/datasources/ledatasourcesql.py View File

@@ -397,7 +397,7 @@ class LeDataSourceSQL(DummyDatasource):
397 397
 
398 398
         return True
399 399
     
400
-    ## @brief Delete a rel2type relation
400
+    ## @brief Delete a relation
401 401
     # @warning this method may not be efficient
402 402
     # @param id_relation int : The relation identifier
403 403
     # @return bool

Loading…
Cancel
Save