Documentation: fix typo in "equivalent"

This commit is contained in:
Alberto Planas 2018-09-17 11:18:31 +02:00
parent fe35a9ec49
commit a91676c2d5
2 changed files with 2 additions and 2 deletions

View file

@ -43630,7 +43630,7 @@ moe:
.UNINDENT
.sp
One way to think about this might be that the \fBgid\fP key is being assigned
a value equivelent to the following python pseudo\-code:
a value equivalent to the following python pseudo\-code:
.INDENT 0.0
.INDENT 3.5
.sp

View file

@ -141,7 +141,7 @@ The following example illustrates calling the ``group_to_gid`` function in the
- gid: {{ salt['file.group_to_gid']('some_group_that_exists') }}
One way to think about this might be that the ``gid`` key is being assigned
a value equivelent to the following python pseudo-code:
a value equivalent to the following python pseudo-code:
.. code-block:: python