Skip to content

Commit 06aab95

Browse files
author
leah.culver
committed
python: fix for typo #56
git-svn-id: https://oauth.googlecode.com/svn/code/python@850 f7ae4463-c52f-0410-a7dc-93bad6e629e8
1 parent 34fdd5f commit 06aab95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def __init__(self, data_store=None, signature_methods=None):
278278
self.data_store = data_store
279279
self.signature_methods = signature_methods or {}
280280

281-
def set_data_store(self, oauth_data_store):
281+
def set_data_store(self, data_store):
282282
self.data_store = data_store
283283

284284
def get_data_store(self):

0 commit comments

Comments
 (0)