summaryrefslogtreecommitdiff
path: root/src/python/gudhi/off_reader.pyx
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-01-27 09:50:53 +0100
committerGitHub <noreply@github.com>2020-01-27 09:50:53 +0100
commitd2eac76e24031c1746e73e8703b0caafc66dc0a3 (patch)
tree9ef54033c497b85b0853393361f00b24c50b0846 /src/python/gudhi/off_reader.pyx
parent1e061ddfe473aceb8727fc5ca160193bf9d9a4fc (diff)
parentf5e49792f809b198908a67e674672a676c0877ec (diff)
Merge pull request #189 from mglisse/doc
Link the doc for subsampling & point file readers, some reorg
Diffstat (limited to 'src/python/gudhi/off_reader.pyx')
-rw-r--r--src/python/gudhi/off_reader.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/off_reader.pyx b/src/python/gudhi/off_reader.pyx
index a0d5bf25..7e6d9d80 100644
--- a/src/python/gudhi/off_reader.pyx
+++ b/src/python/gudhi/off_reader.pyx
@@ -26,7 +26,7 @@ def read_points_from_off_file(off_file=''):
:type off_file: string
:returns: The point set.
- :rtype: vector[vector[double]]
+ :rtype: List[List[float]]
"""
if off_file:
if os.path.isfile(off_file):