Selaa lähdekoodia

fix https://trac.osgeo.org/grass/changeset/68003

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68011 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 vuotta sitten
vanhempi
commit
9349016eb1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      vector/v.net.steiner/v.net.steiner.html

+ 2 - 2
vector/v.net.steiner/v.net.steiner.html

@@ -23,9 +23,9 @@ input vector map needs to be prepared with <em>v.net operation=connect</em>.
 
 <h2>NOTES</h2>
 
-<p>Current implementation of obtaining Steiner tree is not memory efficient.
+Current implementation of obtaining Steiner tree is not memory efficient.
 An attempt to run module on a network with large number of intersections thus
-might result in failure to allocate memory or out of memory condition.</p>
+might result in failure to allocate memory or out of memory condition.
 
 <h2>EXAMPLE</h2>