From 6fbe2ea93548f3b931e7ae67bf19df41ea39afea Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Sat, 2 Nov 2013 17:39:01 -0400 Subject: [PATCH] fixed typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ee080f8..52adc01 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ Example:: Unofficial Endpoints ==================== -While Facebook and Twitter do not officially support WebFinger, the `webfinger-unofficial project `_ provides a proxy for basic subject information. By default, python-webfinger will attempt to use unoffical the endpoints for facebook.com and twitter.com resource domains. This behavior can be disabled by passing *True* to the *official* parameter:: +While Facebook and Twitter do not officially support WebFinger, the `webfinger-unofficial project `_ provides a proxy for basic subject information. By default, python-webfinger will attempt to use the unofficial endpoints for facebook.com and twitter.com resource domains. This behavior can be disabled by passing *True* to the *official* parameter:: >>> wf = finger('acct:konklone@twitter.com', official=True)