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"}.