Remove spurious backticks.
This commit is contained in:
parent
40e6f825cd
commit
df6c195b0c
|
@ -150,8 +150,8 @@ If the restrictions are kept, a function call will look like this::
|
|||
If they are removed completely, a function call will look like this::
|
||||
|
||||
function(
|
||||
argument or keyword_argument or `*`args or **kwargs,
|
||||
argument or keyword_argument or `*`args or **kwargs,
|
||||
argument or keyword_argument or *args or **kwargs,
|
||||
argument or keyword_argument or *args or **kwargs,
|
||||
...
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue