From 29035e476581a54807a2aee7d9307e3030908ffb Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 19 Jan 2024 20:32:13 +0100 Subject: [PATCH] Fixed bad issue with the short program description in the license notices description --- SimpleStockData.py | 2 +- examples/info_and_history_example.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleStockData.py b/SimpleStockData.py index 0acc825..dbcd3d0 100755 --- a/SimpleStockData.py +++ b/SimpleStockData.py @@ -1,5 +1,5 @@ """ -micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC. +SimpleStockData is a simple library providing an API to access basic stock prices based on Yahoo Finances. Copyright (C) 2024 Benjamin Burkhardt This program is free software: you can redistribute it and/or modify diff --git a/examples/info_and_history_example.py b/examples/info_and_history_example.py index 3d3907a..54cb320 100644 --- a/examples/info_and_history_example.py +++ b/examples/info_and_history_example.py @@ -1,5 +1,5 @@ """ -micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC. +This is an example about accessing share price history and gathering information about companies using their ticker name on Yahoo! finances. Copyright (C) 2024 Benjamin Burkhardt This program is free software: you can redistribute it and/or modify