Skip to content

Commit 11fd9f4

Browse files
authored
Fix tweak doc (#117)
1 parent 17cf47e commit 11fd9f4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ You can install following command.
2727
Note
2828
~~~~
2929

30-
If you using venv or virtualenv, you may deactivate venv/virtualenv first.
31-
doq will create own venv.
30+
Activated venv needs to be deactivated before insatll doq.
3231

33-
This can be automated with vim-plug. Activated venv needs to be deactivated before running `PlugInstall` or `PlugUpdate`.
32+
This can be automated with vim-plug.
3433

3534
.. code::
3635
@@ -121,7 +120,7 @@ Exceptions
121120
----------
122121

123122
If you want add exceptions to docstring, create custom template
124-
and visual select source block and hit `:'<,'>Pydocstring` and then
123+
and visual select source block and hit `:'<,'>Pydocstring` and then
125124
excptions add to docstring.
126125

127126
.. code::

doc/pydocstring.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ If you want install `doq` manually, you can install from `PyPi`.
5050
<
5151
Than set installed `doq` path to |g:pydocstring_doq_path|.
5252

53-
If you using venv or virtualenv, you may deactivate venv/virtualenv first.
54-
doq will create own venv.
53+
Activated venv needs to be deactivated before insatll doq.
5554

5655
==============================================================================
5756
TUTORIAL *pydocstring-vim-tutorial*

0 commit comments

Comments
 (0)