Skip to content

Commit c9377bb

Browse files
authored
Fix typo in README.rst
1 parent c0ea6f4 commit c9377bb

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
@@ -17,7 +17,7 @@ Usage
1717
from mwoauth import ConsumerToken, Handshaker
1818
from six.moves import input # For compatibility between python 2 and 3
1919
20-
# Consruct a "consumer" from the key/secret provided by MediaWiki
20+
# Construct a "consumer" from the key/secret provided by MediaWiki
2121
import config
2222
consumer_token = ConsumerToken(config.consumer_key, config.consumer_secret)
2323

0 commit comments

Comments
 (0)