From 2c42a93857d4a4a77e14ab90a02a057cbbdbc02e Mon Sep 17 00:00:00 2001 From: Geon-U Lee Date: Fri, 14 Nov 2014 15:46:10 +0900 Subject: [PATCH] Add period when finished sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0432f..9ed3b87 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. -* [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv +* [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv. * [virtualenv-api](https://github.com/sjkingo/virtualenv-api) - An API for virtualenv and pip. * [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments. * [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv.