From 819257c9bd485396aa16a706c75c88cf544205b0 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 29 May 2023 14:43:42 -0500 Subject: [PATCH] docs: update some of the docstrings --- src/viv/viv.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 4cbcc98..455240e 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -52,7 +52,7 @@ from typing import ( from urllib.error import HTTPError from urllib.request import urlopen -__version__ = "23.5a4-3-g6ddd608-dev" +__version__ = "23.5a4-4-g158acbc-dev" class Config: @@ -1011,7 +1011,7 @@ class Viv: a.table(rows) def exe(self, args: Namespace) -> None: - """run python/pip in vivenv""" + """run python/pip in existing vivenv""" vivenv = self._match_vivenv(args.vivenv) @@ -1246,7 +1246,7 @@ class Viv: def run(self, args: Namespace) -> None: """\ - run an app w/ an on-demand venv + run an app with an on-demand venv examples: viv r pycowsay -- "Viv isn't venv\!"