diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eed7248..0e7ff91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - PyPI badge in `README.md` - GitHub actions are limited to the `dev` and `master` branches - `Python 3.13` added to `test.yml` +- `README.md` modified ## [6.3] - 2024-09-19 ### Added - `data` directory diff --git a/README.md b/README.md index 9921cd90..e791fa90 100644 --- a/README.md +++ b/README.md @@ -347,15 +347,15 @@ Filename: test.txt #### 1. lprint -This function prints a grid (`length` by `height`) of any given character. +This function prints a grid (`length` by `height`) of any given character in normal mode and raise `artError` in exception. ```pycon >>> lprint(length=15, height=2, char="*") *************** *************** ``` -* Note1: This feature has been added since `Version 6.4` -* Note2: The default values are `length=15`, `height=1`, `char='#'` +* Note1 : New in `Version 6.4` +* Note2 : The default values are `length=15`, `height=1`, `char='#'` #### 2. line @@ -365,8 +365,8 @@ This function returns a grid (`length` by `height`) of any given character as `s '***************\n***************' ``` -* Note1: This feature has been added since `Version 6.4` -* Note2: The default values are `length=15`, `height=1`, `char='#'` +* Note1 : New in `Version 6.4` +* Note2 : The default values are `length=15`, `height=1`, `char='#'` ### Decoration @@ -743,7 +743,17 @@ _/ _ _ _/