We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93f1e commit a842f5aCopy full SHA for a842f5a
3 files changed
doc/data/messages/i/invalid-character-nul/details.rst
@@ -1 +1,2 @@
1
-You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
+There's no need to use end-of-string characters. String objects maintain their
2
+own length.
doc/data/messages/i/invalid-character-nul/good.py
@@ -1 +1 @@
-# This is a placeholder for correct code for this message.
+STRING = "Valid nul terminator: \x00"
doc/data/messages/i/invalid-character-nul/related.rst
@@ -0,0 +1 @@
+- `Null terminator in python <https://stackoverflow.com/a/24410304/2519059>`_
0 commit comments