We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ea6f4 commit c9377bbCopy full SHA for c9377bb
README.rst
@@ -17,7 +17,7 @@ Usage
17
from mwoauth import ConsumerToken, Handshaker
18
from six.moves import input # For compatibility between python 2 and 3
19
20
- # Consruct a "consumer" from the key/secret provided by MediaWiki
+ # Construct a "consumer" from the key/secret provided by MediaWiki
21
import config
22
consumer_token = ConsumerToken(config.consumer_key, config.consumer_secret)
23
0 commit comments