Skip to content

Commit

Permalink
More README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Oct 22, 2023
1 parent bbf790b commit 2211368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ The output of the above command looks like this:
if __name__ == "__main__":
main()
Generating python code
######################
Generating C code
#################

For generating C code, the process is the same as for python code, except you should call ``duckargs-c``
instead of ``duckargs-python``:
Expand Down Expand Up @@ -294,7 +294,7 @@ If you want to use duckargs in your own script, you can use the ``duckargs.gener
.. code:: python
import sys
from duckargs import generate_python_code
from duckargs import generate_python_code, generate_c_code
python_code = generate_python_code(sys.argv)
Expand Down

0 comments on commit 2211368

Please sign in to comment.