Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Fixing a typo for string specification
Browse files Browse the repository at this point in the history
  • Loading branch information
aalireza committed Feb 11, 2017
1 parent 63a0029 commit 3423afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Expand Up @@ -135,7 +135,7 @@ Afterwards, you should create an instance of `sai`

.. code-block:: python
>>> indexer = sai(mode="ibm", src_dir="SRC_DIR", username_ibm="USERNAME", password_ibm="PASSWORD)
>>> indexer = sai(mode="ibm", src_dir="SRC_DIR", username_ibm="USERNAME", password_ibm="PASSWORD")
Note that if you choose your mode to be `cmu`, then you no longer have to provide
Expand Down

0 comments on commit 3423afc

Please sign in to comment.