Merge pull request #193 from tosi29/remove-duplicate

Remove duplicate description from Python Basic Datatypes
This commit is contained in:
Julien Le Coupanec 2021-04-21 10:07:11 +02:00 committed by GitHub
commit 05f8c9ee01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
| char | Characters [a, b, @, !, `] |
| str | Strings [abc, AbC, A@B, sd!, `asa] |
| bool | Boolean Values [True, False] |
| char | Characters [a, b, @, !, `] |
| complex | Complex numbers [2+3j, 4-1j] |
<br>