Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lone_fstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


def _parse_item(self, line):
f"""Parses an md list item line based on the current section type.
"""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:
{DOCS_BASE_URL}/nlu/training-data-format/#markdown-format"""
"""
pass