This commit is contained in:
2018-10-13 07:45:42 -04:00
parent 9b65642f05
commit c22b6a84aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some [Hacktoberfest](https://hacktoberfest.digitalocean.com/) spirit around, bring some of my ideas to the table, and see what I could come up with.
## Example Web Service
## An Example Web Service
```python
import responder
+2 -2
View File
@@ -24,8 +24,8 @@ A familiar HTTP Service Framework
The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd
spread some `Hacktoberfest <https://hacktoberfest.digitalocean.com/>`_ spirit around, bring some of my ideas to the table, and see what I could come up with.
Example Web Service
-------------------
An Example Web Service
----------------------
.. code:: python