Skip to content

Instantly share code, notes, and snippets.

@wachpwnski
Created April 9, 2015 07:50
Show Gist options
  • Save wachpwnski/5351a346c77ab8eaafb5 to your computer and use it in GitHub Desktop.
Save wachpwnski/5351a346c77ab8eaafb5 to your computer and use it in GitHub Desktop.

Revisions

  1. wachpwnski created this gist Apr 9, 2015.
    9 changes: 9 additions & 0 deletions correct.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    """
    @apiDefine admin User access only
    This optional description belong to to the group admin.
    @apiDefine owner User access only
    This optional description belong to to the group owner.
    """
    import foo
    11 changes: 11 additions & 0 deletions incorrect.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    """
    @apiDefine admin User access only
    This optional description belong to to the group admin.
    """
    """
    @apiDefine owner User access only
    This optional description belong to to the group owner.
    """
    import foo