Skip to content
Snippets Groups Projects
Commit 43f00307 authored by florent's avatar florent
Browse files

Fix typo.

    * src/dynamic_graph/signal_base.py.
parent c4258131
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import re
def stringToTuple(vector):
"""
Transform a string of format '[n](x_1, x_2, ..., x_{n-1} into a list of
Transform a string of format '[n](x_1, x_2, ..., x_{n-1}) into a list of
numbers
"""
# Find vector length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment