Skip to content

Commit ad35eda

Browse files
authored
Merge pull request vinta#761 from ericdwang/master
Fix minor en dash/hyphen inconsistencies
2 parents 6e95760 + 9884466 commit ad35eda

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
156156

157157
*Interactive Python interpreters (REPL).*
158158

159-
* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively.
160-
* [bpython](https://github.com/bpython/bpython) A fancy interface to the Python interpreter.
159+
* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively.
160+
* [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter.
161161
* [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).
162162

163163
## Files
@@ -742,15 +742,15 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
742742
* [django-xadmin](https://github.com/sshwsfc/xadmin) - Drop-in replacement of Django admin comes with lots of goodies.
743743
* [flask-admin](https://github.com/flask-admin/flask-admin) - Simple and extensible administrative interface framework for Flask.
744744
* [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
745-
* [Grappelli](http://grappelliproject.com) A jazzy skin for the Django Admin-Interface.
745+
* [Grappelli](http://grappelliproject.com) - A jazzy skin for the Django Admin-Interface.
746746
* [Wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts.
747747

748748
## Static Site Generator
749749

750750
*Static site generator is a software that takes some text + templates as input and produces HTML files on the output.*
751751

752752
* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
753-
* [Cactus](https://github.com/koenbok/Cactus/) Static site generator for designers.
753+
* [Cactus](https://github.com/koenbok/Cactus/) - Static site generator for designers.
754754
* [Hyde](http://hyde.github.io/) - Jinja2-based static web site generator.
755755
* [Nikola](https://www.getnikola.com/) - A static website and blog generator.
756756
* [Tinkerer](http://tinkerer.me/) - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
@@ -929,7 +929,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
929929

930930
* Debugger
931931
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled [pdb](https://docs.python.org/2/library/pdb.html).
932-
* [pudb](https://pypi.python.org/pypi/pudb) A full-screen, console-based Python debugger.
932+
* [pudb](https://pypi.python.org/pypi/pudb) - A full-screen, console-based Python debugger.
933933
* [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
934934
* [wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
935935
* [winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.

0 commit comments

Comments
 (0)