Explorar o código

Tutorial: Add missing `$` in generator expression

Kevin Albertson %!s(int64=2) %!d(string=hai) anos
pai
achega
da22b269b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Help/guide/tutorial/Adding Generator Expressions.rst

+ 1 - 1
Help/guide/tutorial/Adding Generator Expressions.rst

@@ -24,7 +24,7 @@ Logical, Informational, and Output expressions.
 
 Logical expressions are used to create conditional output. The basic
 expressions are the ``0`` and ``1`` expressions. A ``$<0:...>`` results in the
-empty string, and ``<1:...>`` results in the content of ``...``.  They can also
+empty string, and ``$<1:...>`` results in the content of ``...``.  They can also
 be nested.
 
 Exercise 1 - Adding Compiler Warning Flags with Generator Expressions