Skip to content

Commit b8df52c

Browse files
updated comments
1 parent d3c6d91 commit b8df52c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Arctic Technology
3+
Copyright (c) 2022 Arctic Technology LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Exports package resources so users can use in their own project.
1+
# This exports package resources so that anyone can use in their own projects.
22
__all__ = ['StarterPkg']
33
from .starterpkg import *

src/pythonstarterpackage/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Allows execution on calling the name the directory: python3 -m <packagename>
1+
# This allows execution on calling the name the directory: python3 -m <packagename>
22
# See: https://stackoverflow.com/questions/4042905/what-is-main-py
33
from pythonstarterpackage.main import main
44

0 commit comments

Comments
 (0)