1
0
mirror of synced 2025-02-22 15:13:13 +03:00

Merge pull request #50 from cordoval/patch-3

corrected rst for bash like code blocks
This commit is contained in:
Benjamin Eberlei 2012-01-29 10:36:41 -08:00
commit 0b7d5f2813

View File

@ -908,7 +908,7 @@ Products can also be created:
Now call: Now call:
.. ::
$ php create_user.php beberlei $ php create_user.php beberlei
$ php create_product.php MyProduct $ php create_product.php MyProduct
@ -979,7 +979,7 @@ code for this scenario may look like this:
Since we only have one user and product, probably with the ID of 1, we can call this script with: Since we only have one user and product, probably with the ID of 1, we can call this script with:
.. ::
php create_bug.php 1 1 1 php create_bug.php 1 1 1