From d61763fce23d340b00cde267bb3aa77f13d5e5f6 Mon Sep 17 00:00:00 2001 From: Jiahao Chen Date: Wed, 25 Jun 2014 10:36:53 -0400 Subject: [PATCH] Fix sphinx doc build warning julia/doc/manual/faq.rst:55: WARNING: Title underline too short. I passed an argument ``x`` to a function, modified it inside that function, but on the outside, the variable ``x`` is still unchanged. Why? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- doc/manual/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/faq.rst b/doc/manual/faq.rst index a2b26e2f4a3b5..64bf3f5480e50 100644 --- a/doc/manual/faq.rst +++ b/doc/manual/faq.rst @@ -52,7 +52,7 @@ Functions --------- I passed an argument ``x`` to a function, modified it inside that function, but on the outside, the variable ``x`` is still unchanged. Why? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Suppose you call a function like this::