Skip to content

Commit

Permalink
fix docstring errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Dec 2, 2020
1 parent 1493ad7 commit 12912fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ def parse_e2e_message(
"""Parses an md list item line based on the current section type.
Matches expressions of the form `<intent>:<example>`. For the
syntax of `<example>` see the Rasa docs on NLU training data."""

syntax of `<example>` see the Rasa docs on NLU training data.
"""
# Match three groups:
# 1) Potential "form" annotation
# 2) The correct intent
Expand Down

0 comments on commit 12912fb

Please sign in to comment.