Skip to content

Commit

Permalink
Merge pull request #3 from bwesterb/patch-1
Browse files Browse the repository at this point in the history
low_level: fix missing encoding line
  • Loading branch information
hynek committed Dec 28, 2015
2 parents 045e110 + 6aeb192 commit e43c82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/argon2/low_level.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
"""
Low-level functions if you want to build your own higher level abstractions.
.. warning::
This is a "Hazardous Materials" module. You should **ONLY** use it if
youre 100% absolutely sure that you know what you’re doing because this
you're 100% absolutely sure that you know what you’re doing because this
module is full of land mines, dragons, and dinosaurs with laser guns.
"""

Expand Down

0 comments on commit e43c82c

Please sign in to comment.