Skip to content

Commit 7e5db6a

Browse files
authored
Fix typo in template (#84)
2 parents c4da8f6 + 02986ad commit 7e5db6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The template for the `blurb add` message looks like this:
8686

8787
#
8888
# Uncomment one of these "section:" lines to specify which section
89-
# this entry should go in in Misc/NEWS.
89+
# this entry should go in Misc/NEWS.
9090
#
9191
#.. section: Security
9292
#.. section: Core and Builtins

src/blurb/_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
#
1616
# Uncomment one of these "section:" lines to specify which section
17-
# this entry should go in in Misc/NEWS.d.
17+
# this entry should go in Misc/NEWS.d.
1818
#
1919
#.. section: Security
2020
#.. section: Core and Builtins

0 commit comments

Comments
 (0)