Skip to content

Commit

Permalink
Merge pull request ipython#2863 from wking/whatsnew-typo
Browse files Browse the repository at this point in the history
whatsnew/version0.9.txt: Fix '~./ipython' -> '~/.ipython' typo
  • Loading branch information
bfroehle committed Jan 29, 2013
2 parents 261df0f + 06a5e46 commit 283cbe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/whatsnew/version0.11.txt
Expand Up @@ -99,7 +99,7 @@ A quick summary of the major changes (see below for details):
details.

* **New profile model**. Profiles are now directories that contain all relevant
infromation for that session, and thus better isolate IPython use-cases.
information for that session, and thus better isolate IPython use-cases.

* **SQLite storage for history**. All history is now stored in a SQLite
database, providing support for multiple simultaneous sessions that won't
Expand Down
4 changes: 2 additions & 2 deletions docs/source/whatsnew/version0.9.txt
Expand Up @@ -17,7 +17,7 @@ New features
------------

* All furl files and security certificates are now put in a read-only
directory named ~./ipython/security.
directory named ~/.ipython/security.

* A single function :func:`get_ipython_dir`, in :mod:`IPython.genutils` that
determines the user's IPython directory in a robust manner.
Expand Down Expand Up @@ -73,7 +73,7 @@ New features

* The parallel function capabilities have been reworks. The major changes are
that i) there is now an `@parallel` magic that creates parallel functions,
ii) the syntax for mulitple variable follows that of `map`, iii) both the
ii) the syntax for multiple variable follows that of `map`, iii) both the
multiengine and task controller now have a parallel function implementation.

* All of the parallel computing capabilities from `ipython1-dev` have been
Expand Down

0 comments on commit 283cbe0

Please sign in to comment.