Skip to content

Commit

Permalink
More doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Dec 3, 2017
1 parent 0489926 commit d20dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __getattr__(cls, name):

sys.modules['zmq'] = Mock()
sys.modules['zmq.error'] = Mock()
sys.modules['dateutil'] = Mock()
sys.modules['configargparse'] = Mock()
sys.modules['sqlalchemy'] = Mock()
sys.modules['sqlalchemy.exc'] = Mock()
Expand Down
2 changes: 1 addition & 1 deletion docs/importer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Description

.. option:: --import-queue ADDR

The address of the queue used by piw-import (default:
The address of the queue used by :program:`piw-import` (default:
(ipc:///tmp/piw-import); this should always be an ipc address


Expand Down

0 comments on commit d20dcc3

Please sign in to comment.