diff options
Diffstat (limited to 'dev-python/discogs-client/files/README.patch')
-rw-r--r-- | dev-python/discogs-client/files/README.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/discogs-client/files/README.patch b/dev-python/discogs-client/files/README.patch new file mode 100644 index 00000000000..538e96aa5f2 --- /dev/null +++ b/dev-python/discogs-client/files/README.patch @@ -0,0 +1,25 @@ +From 7e914f37a851da1b7b52eb2bcb631f6148e41ee9 Mon Sep 17 00:00:00 2001 +From: Theofilos Intzoglou <int.teo@gmail.com> +Date: Tue, 11 Jun 2013 21:24:35 +0300 +Subject: [PATCH] Fix README.mkd so that test_discogs_client.py doesn't fail + +--- + README.mkd | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/README.mkd b/README.mkd +index 73a609a..07f9724 100644 +--- a/README.mkd ++++ b/README.mkd +@@ -185,7 +185,7 @@ Get a list of `Label`s representing sublabels associated with this `Label`: + Get the `Label`'s parent label, if it exists: + + >>> label.parent_label +- ... ++ <Label "..."> + + ### Possible `data` keys + +-- +1.8.1.6 + |