summaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2022-04-22 20:56:51 +0200
committeralex <alex@pdp7.net>2022-04-22 20:56:51 +0200
commit83dd6feb9ffef6623b8b99341e6edfd79a131986 (patch)
tree3bccd11026d23ec63f594efafafdc557e4cb1171 /programming
parent5d3d0b1a30591cfc855f948dd51d257edabb57d5 (diff)
Remove stray empty line
Diffstat (limited to 'programming')
-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=).