Browse Source

Tables, 'Yes' to 'yes'

pull/46/head
Jure Šorn 5 years ago
parent
commit
8b9460a45b
2 changed files with 6 additions and 6 deletions
  1. 6
      README.md
  2. 6
      index.html

6
README.md

@ -273,9 +273,9 @@ True
+------------------+------------+------------+------------+ +------------------+------------+------------+------------+
| | Sequence | Collection | Iterable | | | Sequence | Collection | Iterable |
+------------------+------------+------------+------------+ +------------------+------------+------------+------------+
| list, range, str | Yes | Yes | Yes |
| dict, set | | Yes | Yes |
| iter | | | Yes |
| list, range, str | yes | yes | yes |
| dict, set | | yes | yes |
| iter | | | yes |
+------------------+------------+------------+------------+ +------------------+------------+------------+------------+
``` ```

6
index.html

@ -398,9 +398,9 @@ to_exclusive = <range>.stop
<pre><code class="text language-text">+------------------+------------+------------+------------+ <pre><code class="text language-text">+------------------+------------+------------+------------+
| | Sequence | Collection | Iterable | | | Sequence | Collection | Iterable |
+------------------+------------+------------+------------+ +------------------+------------+------------+------------+
| list, range, str | Yes | Yes | Yes |
| dict, set | | Yes | Yes |
| iter | | | Yes |
| list, range, str | yes | yes | yes |
| dict, set | | yes | yes |
| iter | | | yes |
+------------------+------------+------------+------------+ +------------------+------------+------------+------------+
</code></pre> </code></pre>
<pre><code class="python language-python hljs"><span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> numbers <span class="hljs-keyword">import</span> Integral, Rational, Real, Complex, Number <pre><code class="python language-python hljs"><span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">from</span> numbers <span class="hljs-keyword">import</span> Integral, Rational, Real, Complex, Number

Loading…
Cancel
Save