From 2eee111960d46b5cf90bfd68dabb72210817a4a7 Mon Sep 17 00:00:00 2001 From: Jeremy Aguilon Date: Wed, 27 Feb 2019 13:58:40 -0500 Subject: [PATCH] Forgotten docstring --- cython/gtsam_unstable/examples/FixedLagSmootherExample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython/gtsam_unstable/examples/FixedLagSmootherExample.py b/cython/gtsam_unstable/examples/FixedLagSmootherExample.py index 5fc3bc98d..141162044 100644 --- a/cython/gtsam_unstable/examples/FixedLagSmootherExample.py +++ b/cython/gtsam_unstable/examples/FixedLagSmootherExample.py @@ -19,7 +19,7 @@ import gtsam_unstable def _timestamp_key_value(key, value): """ - + Creates a key value pair for a FixedLagSmootherKeyTimeStampMap """ return gtsam_unstable.FixedLagSmootherKeyTimestampMapValue( key, value