summaryrefslogtreecommitdiff
path: root/math/py-gnuplot
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 20:54:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 20:54:08 +0000
commit41a7072cfbf055dc6c89e9ca7fa617b720337e24 (patch)
treeb63994e684ffd6fb805f9017ff2e8c81d549ca91 /math/py-gnuplot
parent- Update to 0.7.77 (0.4.31) (diff)
Typos, whitespace and capitalization fixes (G-P).
Notes
Notes: svn path=/head/; revision=397461
Diffstat (limited to 'math/py-gnuplot')
-rw-r--r--math/py-gnuplot/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gnuplot/pkg-descr b/math/py-gnuplot/pkg-descr
index bfe974dface5..624024d39069 100644
--- a/math/py-gnuplot/pkg-descr
+++ b/math/py-gnuplot/pkg-descr
@@ -8,7 +8,7 @@ Python makes it is easy to automate things, including to create crude
Commands are communicated to gnuplot through a pipe and data either through
the same pipe (as "inline" data) or through temporary files. It has been
-written and tested on a unix computer.
+written and tested on a Unix computer.
This package has an object-oriented design that allows the user flexibility to
set plot options and to run multiple gnuplot sessions simultaneously. If you