Skip to content

Commit

Permalink
Fix rpc.py docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOgden authored and schelleg committed Feb 21, 2018
1 parent 1236f58 commit a84280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynq/lib/pynqmicroblaze/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ class FuncAdapter:
Attributes
----------
return_interface : *Wrapper
return_interface : TypeWrapper
The type wrapper for the return type
arg_interfaces : [*Wrapper]
arg_interfaces : [TypeWrapper]
An array of type wrappers for the arguments
call_ast : pycparser.c_ast
Syntax tree for the wrapped function call
Expand Down

0 comments on commit a84280c

Please sign in to comment.