summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/utils.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/source/internal/utils.rst b/docs/source/internal/utils.rst
index 31e0d39..2b2638e 100644
--- a/docs/source/internal/utils.rst
+++ b/docs/source/internal/utils.rst
@@ -25,13 +25,8 @@
"E121,W123,F904"
"E121,\nW123,\nF804"
- "E121,\n\tW123,\n\tF804"
-
-Or it will take a list of strings (potentially with whitespace) such as
-
-.. code-block:: python
-
- [" E121\n", "\t\nW123 ", "\n\tF904\n "]
+ " E121,\n\tW123,\n\tF804 "
+ " E121\n\tW123 \n\tF804"
And converts it to a list that looks as follows