mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
GitOrigin-RevId: 56876a5dd073a06c3fcc92f63ed1f5674830bc25
9 lines
169 B
HTML
9 lines
169 B
HTML
<html>
|
|
<body>
|
|
<p>Reports characters in byte literals that are outside ASCII range.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
s = b'№5'
|
|
</code></pre>
|
|
</body>
|
|
</html> |