diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-06-12 20:38:08 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-06-12 20:40:39 +0200 |
commit | 71077f34ffbd7d4015886a229edb2f2f827cb442 (patch) | |
tree | 010a5984f412f6ab76929ae8dcfc242aa8900b4f /decoders/edid/__init__.py | |
parent | 74244cdae2309d444034fc7647171afab9dddf75 (diff) | |
download | libsigrokdecode-71077f34ffbd7d4015886a229edb2f2f827cb442.tar.gz libsigrokdecode-71077f34ffbd7d4015886a229edb2f2f827cb442.zip |
srd: Cosmetics.
Diffstat (limited to 'decoders/edid/__init__.py')
-rw-r--r-- | decoders/edid/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index 9932a81..0987d17 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -25,7 +25,7 @@ The three-character vendor ID as specified in the EDID standard refers to a Plug and Play ID (PNPID). The list of PNPID assignments is done by Microsoft. More information is available on this page: - http://msdn.microsoft.com/en-us/windows/hardware/gg463195 + http://msdn.microsoft.com/en-us/windows/hardware/gg463195 The 'pnpids.txt' file included with this protocol decoder is derived from the list of assignments downloadable from that page. It was retrieved in @@ -33,7 +33,7 @@ January 2012. More information on EDID is available here: - https://en.wikipedia.org/wiki/Extended_display_identification_data + https://en.wikipedia.org/wiki/Extended_display_identification_data ''' from .edid import * |