Skip to content

Commit d0d811d

Browse files
committed
Deleted trailing periods
1 parent b646e47 commit d0d811d

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

computer-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ print(f'{len(markup_langs)} markup languages') # -> '69 markup languages'
7171

7272
## MIT License
7373

74-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
74+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
7575

7676
## Related
7777

data-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ print(get_lang_from_path('README.md')) # => None (use prose-languages pkg)
6565

6666
## MIT License
6767

68-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
68+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
6969

7070
## Related
7171

find-project-root/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ root = find_project_root(path='src', max_depth=5, markers=['manifest.json'])
7575

7676
## MIT License
7777

78-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
78+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
7979

8080
## Related
8181

get-min-py/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _Note: Most type checkers will falsely warn_ `get_min_py` _is not a callable mod
5757

5858
## MIT License
5959

60-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
60+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
6161

6262
## Related
6363

is-legacy-terminal/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _Note: Most type checkers will falsely warn_ `is_legacy_terminal` _is not a call
5353

5454
## MIT License
5555

56-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
56+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
5757

5858
## Related
5959

is-unicode-supported/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _Note: Most type checkers will falsely warn_ `is_unicode_supported` _is not a ca
5353

5454
## MIT License
5555

56-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
56+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
5757

5858
## Related
5959

latin-locales/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _Note: Most type checkers will falsely warn_ `latin_locales` _is not iterable be
3434

3535
## MIT License
3636

37-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
37+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
3838

3939
## Related
4040

markup-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ print(get_lang_from_path('script.js')) # => None (use programming-languages pkg
6565

6666
## MIT License
6767

68-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
68+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
6969

7070
## Related
7171

non-latin-locales/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _Note: Most type checkers will falsely warn_ `non_latin_locales` _is not iterabl
3434

3535
## MIT License
3636

37-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
37+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
3838

3939
## Related
4040

programming-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ print(get_lang_from_path('data.avsc')) # => None (use data-languages pkg)
6565

6666
## MIT License
6767

68-
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
68+
Copyright © 2026 [Adam Lui](https://github.com/adamlui)
6969

7070
## Related
7171

0 commit comments

Comments
 (0)