From 16ab7cbb1989b2568d77890a326419936834afaa Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 5 Jul 2016 18:08:47 +0100 Subject: [PATCH] README --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69f42a0..c548dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .pypirc *.pdf +.noseids # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/README.md b/README.md index af25a27..e18728f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Use: ```python >>> from numpy import * >>> from permanent import permanent ->>> permanent(eye(15)) +>>> permanent(eye(15, dtype=complex) (1-0j) ```