diff options
author | Lorenz Diener <[email protected]> | 2017-09-10 23:33:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-10 23:33:56 +0200 |
commit | 99249d153b355c99adf607afccf4d087bdbe522d (patch) | |
tree | d6511d09076ea2ade3a9af71a672b60b1295c2ba | |
parent | 9847d9b2c0f5f95cc13392bdf8855447c145409e (diff) | |
download | mastodon.py-99249d153b355c99adf607afccf4d087bdbe522d.tar.gz |
Update DEVELOPMENT.md
change a single character so tag gets shoved at readthedocs
-rw-r--r-- | DEVELOPMENT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b37c4e4..64e2a7a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -10,6 +10,6 @@ Here's some general stuff to keep in mind, and some work that needs to be done | |||
10 | * Some things are probably wrong, but none known. | 10 | * Some things are probably wrong, but none known. |
11 | 11 | ||
12 | * Other things missing: | 12 | * Other things missing: |
13 | * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions | 13 | * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions |
14 | * Automatic ID unpacking | 14 | * Automatic ID unpacking |
15 | * Tests (long-term goal) | 15 | * Tests (long-term goal) |