Skip to content

Commit 0ce25f9

Browse files
committed
Merge pull request dropbox#24 from steko/patch-1
Fix typo in example code
2 parents f24cd1e + 92646a0 commit 0ce25f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After installation, to get started, open a Python console::
1616

1717
>>> import dropbox
1818
>>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN")
19-
>>> dbx.users_get_current_acccount()
19+
>>> dbx.users_get_current_account()
2020

2121
Creating an Application
2222
-----------------------

0 commit comments

Comments
 (0)