1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-04-26 17:51:30 -07:00
parent 5a12d98893
commit 78d2b239c8
6 changed files with 25 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Table of Contents
* [jc.utils](#jc.utils)
* [asciify](#jc.utils.asciify)
* [warning\_message](#jc.utils.warning_message)
* [error\_message](#jc.utils.error_message)
* [compatibility](#jc.utils.compatibility)
@@ -18,6 +19,17 @@
jc - JSON Convert utils
<a id="jc.utils.asciify"></a>
### asciify
```python
def asciify(string: str) -> str
```
Return a string downgraded from Unicode to ASCII with some simple
conversions.
<a id="jc.utils.warning_message"></a>
### warning\_message