diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-03-06 21:37:50 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-06 21:37:50 +0000 |
commit | d48f6ee09b098e9f5078ac6b42929e1fe5b36f5f (patch) | |
tree | caa321b37a4d65825dcbc71beb9a8cde6890690a /python/pyrsistent | |
parent | 36e380465e1e1f83a67bef1fce1dd3f32d68d951 (diff) |
python/pyrsistent: Fixed slack-desc.
Cleanup SlackBuild comment and README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyrsistent')
-rw-r--r-- | python/pyrsistent/README | 2 | ||||
-rw-r--r-- | python/pyrsistent/pyrsistent.SlackBuild | 2 | ||||
-rw-r--r-- | python/pyrsistent/slack-desc | 22 |
3 files changed, 13 insertions, 13 deletions
diff --git a/python/pyrsistent/README b/python/pyrsistent/README index a45ef0f1d8b9..c139647f2eea 100644 --- a/python/pyrsistent/README +++ b/python/pyrsistent/README @@ -1,3 +1,3 @@ Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are -immutable
\ No newline at end of file +immutable. diff --git a/python/pyrsistent/pyrsistent.SlackBuild b/python/pyrsistent/pyrsistent.SlackBuild index 2c762cc56e6f..c8b250c977f3 100644 --- a/python/pyrsistent/pyrsistent.SlackBuild +++ b/python/pyrsistent/pyrsistent.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for python-rsistent +# Slackware build script for pyrsistent # Copyright 2017 Nikos Giotis <nikos.giotis@gmail.com> # All rights reserved. diff --git a/python/pyrsistent/slack-desc b/python/pyrsistent/slack-desc index c43bdb417f60..5ec6a2e6197a 100644 --- a/python/pyrsistent/slack-desc +++ b/python/pyrsistent/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pyrsinstent: pyrsinstent (Persistent/Functional/Immutable data structures) -pyrsinstent: -pyrsinstent: Pyrsistent is a number of persistent collections (by some referred to -pyrsinstent: as functional data structures). Persistent in the sense that they are -pyrsinstent: immutable -pyrsinstent: -pyrsinstent: http://github.com/tobgu/pyrsistent/ -pyrsinstent: -pyrsinstent: -pyrsinstent: -pyrsinstent:
\ No newline at end of file +pyrsistent: pyrsistent (Persistent/Functional/Immutable data structures) +pyrsistent: +pyrsistent: Pyrsistent is a number of persistent collections (by some referred to +pyrsistent: as functional data structures). Persistent in the sense that they are +pyrsistent: immutable. +pyrsistent: +pyrsistent: http://github.com/tobgu/pyrsistent/ +pyrsistent: +pyrsistent: +pyrsistent: +pyrsistent: |