Skip to content

Commit 8f576b5

Browse files
committed
publish
1 parent b8cd416 commit 8f576b5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ $ vien call pkg/module.py
255255

256256
### "call": running file as a module
257257

258-
If the `.py` file name is preceded by the `-m` parameter, we will run it with
258+
If the `.py` file name is preceded by the `-m` argument, we will run it with
259259
`python -m MODULE`. Running in this manner often simplifies importing other
260260
modules from the program.
261261

@@ -276,7 +276,7 @@ $ vien call -m /abc/myProject/pkg/sub/module.py
276276
`pkg.sub.module` resolvable from `/abc/myProject` to a file
277277

278278
The project directory can be specified not only by the working directory, but
279-
also by the `-p` parameter.
279+
also by the `-p` argument.
280280

281281
The `call` command only accepts `.py` files, no module names.
282282

@@ -297,7 +297,7 @@ $ vien call -B -OO -m package/main.py arg1 arg2
297297

298298
### "call": project directory
299299

300-
The optional `-p` parameter can be specified before the `call` word. It allows
300+
The optional `-p` argument can be specified before the `call` word. It allows
301301
you to set the project directory **relative** to the parent directory of the
302302
**file** being run.
303303

vien/_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__version__ = "8.1.0"
22
__copyright__ = "(c) 2020-2021 Artëm IG <github.com/rtmigo>"
33
__license__ = "BSD-3-Clause"
4+

0 commit comments

Comments
 (0)