From f366ede1bfa4737c83a8d55cdf3e15ebdc20db56 Mon Sep 17 00:00:00 2001 From: Ricki Date: Fri, 8 Mar 2013 12:46:37 +0000 Subject: [PATCH] Removing a random ` --- source/reference/operator/pop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/pop.txt b/source/reference/operator/pop.txt index 5955e103197..c01d4bf9e3f 100644 --- a/source/reference/operator/pop.txt +++ b/source/reference/operator/pop.txt @@ -7,7 +7,7 @@ $pop .. operator:: $pop The :operator:`$pop` operator removes the first or last element of an - array. Pass :operator:`$pop` a value of ``1``` to remove the last element + array. Pass :operator:`$pop` a value of ``1`` to remove the last element in an array and a value of ``-1`` to remove the first element of an array. Consider the following syntax: