summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-14 07:25:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-14 07:25:07 +0200
commit789639e4bdf6d304ef44359aeccd7b038a38e6bc (patch)
tree06b7d818a01d9abd1d04fda9d69d2d5bd65f4778 /_posts
parent995910f901698f876f7fd2594b9cd37c5cd2df98 (diff)
Add the "inline if" name of Python's syntax
Diffstat (limited to '_posts')
-rw-r--r--_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc b/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
index e92b20d..42a7561 100644
--- a/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
+++ b/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
@@ -160,7 +160,7 @@ to.
[NOTE]
====
-After publishing this post I learned that Python 3 also supports the <NAME>
+After publishing this post I learned that Python 3 also supports the inline if
syntax, just like Perl 6, so I could've used this in Python 3 as well.
====