summaryrefslogtreecommitdiff
path: root/doc/data/messages/b/bad-file-encoding
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/b/bad-file-encoding')
-rw-r--r--doc/data/messages/b/bad-file-encoding/bad.py1
-rw-r--r--doc/data/messages/b/bad-file-encoding/details.rst1
-rw-r--r--doc/data/messages/b/bad-file-encoding/good.py1
3 files changed, 1 insertions, 2 deletions
diff --git a/doc/data/messages/b/bad-file-encoding/bad.py b/doc/data/messages/b/bad-file-encoding/bad.py
new file mode 100644
index 000000000..a4ab46ea3
--- /dev/null
+++ b/doc/data/messages/b/bad-file-encoding/bad.py
@@ -0,0 +1 @@
+# coding: latin_1 # [bad-file-encoding]
diff --git a/doc/data/messages/b/bad-file-encoding/details.rst b/doc/data/messages/b/bad-file-encoding/details.rst
deleted file mode 100644
index ab8204529..000000000
--- a/doc/data/messages/b/bad-file-encoding/details.rst
+++ /dev/null
@@ -1 +0,0 @@
-You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
diff --git a/doc/data/messages/b/bad-file-encoding/good.py b/doc/data/messages/b/bad-file-encoding/good.py
index c40beb573..e69de29bb 100644
--- a/doc/data/messages/b/bad-file-encoding/good.py
+++ b/doc/data/messages/b/bad-file-encoding/good.py
@@ -1 +0,0 @@
-# This is a placeholder for correct code for this message.