typo
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst
index ebcc610..7cbadeb 100644
--- a/docs/hazmat/primitives/padding.rst
+++ b/docs/hazmat/primitives/padding.rst
@@ -26,7 +26,7 @@
 
     .. doctest::
 
-        >>> from cryptography.primitives import padding
+        >>> from cryptography.hazmat.primitives import padding
         >>> padder = padding.PKCS7(128)
         >>> padder.pad(b"1111111111")
         '1111111111\x06\x06\x06\x06\x06\x06'