Merge pull request #14 from jamielennox/from-pos

Add preferred way to import to README
This commit is contained in:
Morgan Fainberg 2016-01-13 17:36:49 -08:00
commit c8ba97cc76
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ All named parameters after `*` must be a keyword:
To replicate this behaviour with the positional decorator you simply specify
how many arguments may be passed positionally.
First to import the decorator we typically use:
.. code:: python
>> from positional import positional
Replicating the Example above:
.. code:: python