diff --git a/docs/coding/decorators.rst b/docs/coding/decorators.rst
index ffa3727fb06304283b8348596b162b9c807560e8..52020b492423541999125e7431a576aa3276fbb9 100644
--- a/docs/coding/decorators.rst
+++ b/docs/coding/decorators.rst
@@ -17,8 +17,6 @@ Decorators
 
 .. autofunction:: satella.coding.decorators.cache_memoize
 
-.. autofunction:: satella.coding.decorators.call_with_arguments
-
 .. autofunction:: satella.coding.decorators.queue_get
 
 .. autofunction:: satella.coding.decorators.copy_arguments
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index d5571979a3a49d02abccbb07116458cdd5401e97..adc6f20225c037412438e9c1574e4b0aed36f8ba 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -176,7 +176,7 @@ ConfigurationValidationError
 Empty
 ~~~~~
 
-.. autoclass:: satella.exceptions.empty
+.. autoclass:: satella.exceptions.Empty
     :members:
 
 MetricAlreadyExists
diff --git a/docs/posix.rst b/docs/posix.rst
index 3ca49ba70de47124ca64ac36d98b36f0308f1f80..b48265726e9afc2fae4644c653200510a3762e82 100644
--- a/docs/posix.rst
+++ b/docs/posix.rst
@@ -49,5 +49,3 @@ This is meant to acquire a lock on a file.
 
 .. autoclass:: satella.os.PIDFileLock
     :members:
-
-.. autoclass:: satella.exceptions.LockIsHeld