From 25e98884383dbd071a43b9fc2613b3c7285fc0d2 Mon Sep 17 00:00:00 2001 From: Stefano Cianciulli Date: Fri, 12 Oct 2018 11:00:59 +0100 Subject: [PATCH] Change "familar" into "familiar" --- README.md | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03ce266..61750c3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The primary concept here is to bring the nicities that are brought forth from bo - Setting `resp.text` sends back unicode, while setting `resp.content` sends back bytes. - Setting `resp.media` sends back JSON/YAML (`.text`/`.content` override this). - Case-insensitive `req.headers` dict (from Requests directly). -- `resp.status_code`, `req.method`, `req.url`, and other familar friends. +- `resp.status_code`, `req.method`, `req.url`, and other familiar friends. ## New Ideas diff --git a/docs/source/index.rst b/docs/source/index.rst index 9cb1eac..e860cc9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -A familar HTTP Service Framework +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 bring some of my ideas to the table and see what I could come up with. @@ -95,7 +95,7 @@ The primary concept here is to bring the nicities that are brought forth from bo - Setting `resp.text` sends back unicode, while setting `resp.content` sends back bytes. - Setting `resp.media` sends back JSON/YAML (`.text`/`.content` override this). - Case-insensitive `req.headers` dict (from Requests directly). -- `resp.status_code`, `req.method`, `req.url`, and other familar friends. +- `resp.status_code`, `req.method`, `req.url`, and other familiar friends. New Ideas ---------