Skip to content

Commit

Permalink
nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jun 11, 2016
1 parent eb622db commit 9e0b8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ before_script:

install:
- pip install --upgrade pip
- pip install -e .[slack]
- pip install -e .
- pip install slackclient # Optional dependency but Slack tests are skipped without it
- pip freeze

script: ./run_tests.py
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/plugin_development/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Lets go ahead and create ours. Place the following in a file called
<https://docs.python.org/3/library/configparser.html#supported-ini-file-structure>`_
file structure.

Lets look at what this does. We see three sections, `[Core]` ,
Lets look at what this does. We see two sections, `[Core]` ,
and `[Documentation]`. The `[Core]` section is what tells
Errbot where it can actually find the code for this plugin.

Expand Down

0 comments on commit 9e0b8f5

Please sign in to comment.