Skip to content

Commit

Permalink
Branch name, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivoz committed Jun 23, 2014
1 parent 765a041 commit 39c3627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Expand Up @@ -7,12 +7,12 @@ Contributor notes
-----------------

* virtualenv is designed to work on python 2 and 3 with a single code base.
Use Python 3 print-function syntax, and always use sys.exc_info()[1]
inside the `except` block to get at exception objects.
Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
inside the ``except`` block to get at exception objects.

* virtualenv uses git-flow_ to `coordinate development`_. The latest stable
version should exist on the master branch, and new work should be
integrated to development.
version should exist on the *master* branch, and new work should be
integrated to *develop*.

* All changes to files inside virtualenv_embedded should be integrated to
``virtualenv.py`` with ``bin/rebuild-script.py``.
Expand Down

0 comments on commit 39c3627

Please sign in to comment.