From e98033830fdccf7bffad175fc634f83ece04203a Mon Sep 17 00:00:00 2001 From: Jks Liu Date: Thu, 14 Oct 2021 19:19:50 +0800 Subject: [PATCH] Fix typo in doc/introduction --- docs/usage/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/introduction.rst b/docs/usage/introduction.rst index 6744593..a27fd53 100644 --- a/docs/usage/introduction.rst +++ b/docs/usage/introduction.rst @@ -95,5 +95,5 @@ non-emitting states that ignore observations completely. matcher.print_lattice_stats() mmviz.plot_map(mapdb, matcher=matcher, - show_labels=True, show_matching=True - filename="output.png")) + show_labels=True, show_matching=True, + filename="output.png")