summaryrefslogtreecommitdiff
path: root/pypers/marelli/materiale/doctest_talk/split-failure_txt.py
diff options
context:
space:
mode:
Diffstat (limited to 'pypers/marelli/materiale/doctest_talk/split-failure_txt.py')
-rwxr-xr-xpypers/marelli/materiale/doctest_talk/split-failure_txt.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pypers/marelli/materiale/doctest_talk/split-failure_txt.py b/pypers/marelli/materiale/doctest_talk/split-failure_txt.py
new file mode 100755
index 0000000..6819fb5
--- /dev/null
+++ b/pypers/marelli/materiale/doctest_talk/split-failure_txt.py
@@ -0,0 +1,8 @@
+"""
+An example of failed text:
+
+>>> from split import split
+>>> split("hello, world")
+['hello', ' world']
+
+"""