Skip to content

Commit 07e0697

Browse files
committed
Fixed layout error.
1 parent 9d5d8da commit 07e0697

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Custom notepad/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,22 @@ Custom-notepad offers a variety of personalization features for your notepad.
5656

5757
- There are additional keyboard shortcuts as well. Just click on the menu and you can see keyboard shortcuts available for each of the functions.
5858

59-
Technology Stack used:
59+
## Technology Stack used:
6060

61-
* Python : Python is an interpreted, high-level and general-purpose programming language.
61+
- Python : Python is an interpreted, high-level and general-purpose programming language.\
6262
Link: https://www.python.org/
6363

64-
*Tkinter: Tkinter is a Python binding to the Tk GUI toolkit.
64+
- Tkinter: Tkinter is a Python binding to the Tk GUI toolkit.\
6565
Link: https://docs.python.org/3/library/tkinter.html
6666

67-
*webbrowser: Provides a high-level interface to allow displaying Web-based documents to users.
67+
- webbrowser: Provides a high-level interface to allow displaying Web-based documents to users.\
6868
Link: https://docs.python.org/2/library/webbrowser.html
6969

70-
*textwrap: Provides some convenience functions, as well as TextWrapper, the class that does all the work.
70+
- textwrap: Provides some convenience functions, as well as TextWrapper, the class that does all the work.\
7171
Link: https://docs.python.org/3/library/textwrap.html
7272

73-
*datetime: Supplies classes for manipulating dates and times.
73+
- datetime: Supplies classes for manipulating dates and times.\
7474
Link: https://docs.python.org/3/library/datetime.html
7575

7676

77-
7877
If you have any other queries regarding the product, click on the `Send Feedback` option under the help menu and create an Issue. We will get back to you as soon as possible.

0 commit comments

Comments
 (0)