diff options
author | Thomas Voss <mail@thomasvoss.com> | 2021-10-08 23:48:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2021-10-08 23:48:00 +0200 |
commit | e59861fc928c2b6e715f2c586dc6e22ab49ebcd2 (patch) | |
tree | d5fd718eab7abe1a790b68ed2acaef118dca2856 | |
parent | d4a272edf46ad64b5bb9f1d1305f471d1f15ecfa (diff) |
[Format] Use inline code formatting for functions
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ simple. Usage ===== -There is only 1 function for you to use, and that is `getgopt.Getopt()`. The function works *almost* -the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage: +There is only 1 function for you to use, and that is ``getgopt.Getopt()``. The function works +*almost* the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage: .. code-block:: go |