From b25446772f35071de30ab5d554c48167647a5925 Mon Sep 17 00:00:00 2001 From: mmatera Date: Thu, 8 Aug 2024 09:56:19 -0300 Subject: [PATCH] addiing blanklines between and the examples in docstrings --- pymathics/natlang/textual_analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pymathics/natlang/textual_analysis.py b/pymathics/natlang/textual_analysis.py index 985f664..c9c236d 100644 --- a/pymathics/natlang/textual_analysis.py +++ b/pymathics/natlang/textual_analysis.py @@ -38,6 +38,7 @@ class Containing(Builtin):
represents an object of the type outer containing objects\ of type inner. + 'Containing' can be used as the second parameter in 'TextCases' and 'TextPosition'. Supported $outer$ strings are in {"Word", "Sentence", "Paragraph", "Line", "URL", "EmailAddress"}.