summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programming/python/creating_nice_python_cli_tools.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/programming/python/creating_nice_python_cli_tools.md b/programming/python/creating_nice_python_cli_tools.md
index ce8c3e14..6a447454 100644
--- a/programming/python/creating_nice_python_cli_tools.md
+++ b/programming/python/creating_nice_python_cli_tools.md
@@ -36,5 +36,4 @@ Following this advice can make your tools easy to install by others, pleasant to
* Use `check=True` so if the subprocess fails, an exception will be raised.
This is likely the best default behavior, although the error is a bit ugly, this normally prevents ugly problems and it's a safe option.
-
You can find examples for many of those techniques in my [repos](https://github.com/alexpdp7?tab=repositories&q=&type=&language=python&sort=).