Skip to content

Commit bf7bc53

Browse files
authored
Merge pull request #72 from pybuilder/issue_754
Fixes "artifcats" typo
2 parents 06f7526 + 9b9e976 commit bf7bc53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>{{ page.title }}</h1>
3535
{% if author.openhub %}
3636
<a rel="author" href="https://www.openhub.net/accounts/{{ author.openhub }}"
3737
title="{{ author.name }}'s OpenHub">
38-
<img src="//external-content.duckduckgo.com/ip/www.openhub.net.ico" alt="OpenHub Logo"></a>
38+
<img src="//external-content.duckduckgo.com/ip/openhub.net.ico" alt="OpenHub Logo"></a>
3939
{% endif %}
4040
{% if author.twitter %}
4141
<a rel="author" href="https://twitter.com/{{ author.twitter }}" title="{{ author.name }}'s Twitter">

documentation/tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Build started at 2020-04-10 08:27:37
249249
[INFO] Overall helloworld branch coverage is 100%
250250
[INFO] Overall helloworld partial branch coverage is 100%
251251
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
252-
[INFO] Running Twine check for generated artifcats
252+
[INFO] Running Twine check for generated artifacts
253253
------------------------------------------------------------
254254
BUILD SUCCESSFUL
255255
------------------------------------------------------------
@@ -416,7 +416,7 @@ Build started at 2020-04-12 20:08:50
416416
[INFO] Overall helloworld branch coverage is 100%
417417
[INFO] Overall helloworld partial branch coverage is 100%
418418
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
419-
[INFO] Running Twine check for generated artifcats
419+
[INFO] Running Twine check for generated artifacts
420420
------------------------------------------------------------
421421
BUILD SUCCESSFUL
422422
------------------------------------------------------------
@@ -484,7 +484,7 @@ Build started at 2020-04-12 22:45:13
484484
[INFO] Overall helloworld branch coverage is 100%
485485
[INFO] Overall helloworld partial branch coverage is 100%
486486
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
487-
[INFO] Running Twine check for generated artifcats
487+
[INFO] Running Twine check for generated artifacts
488488
------------------------------------------------------------
489489
BUILD SUCCESSFUL
490490
------------------------------------------------------------
@@ -530,7 +530,7 @@ Build started at 2020-04-12 22:45:13
530530
[INFO] Executing build in /home/user/projects/helloworld
531531
...
532532
[INFO] Building binary distribution in /home/user/projects/helloworld/target/dist/helloworld-1.0.dev0
533-
[INFO] Running Twine check for generated artifcats
533+
[INFO] Running Twine check for generated artifacts
534534
------------------------------------------------------------
535535
BUILD SUCCESSFUL
536536
------------------------------------------------------------

0 commit comments

Comments
 (0)