Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e64ccf

Browse files
committed
Update command with proper \
1 parent 884b0b0 commit 3e64ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.overrides/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ y repetir el proceso para *Smart Dashes*.
9393

9494
Este comando te puede ayudar a cambiar todas las comillas::
9595

96-
sed -i **/*.po -e "s|[“”]|\\\"|g"
96+
sed -i **/*.po -e 's|[“”]|\\"|g'
9797

9898

9999
¿Qué parte de ``:ref:`` debo traducir?

0 commit comments

Comments
 (0)