diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html
index 26024257..ce26f1c8 100644
--- a/docs/pyerrors/obs.html
+++ b/docs/pyerrors/obs.html
@@ -755,7 +755,7 @@
439 the reweighting factor on all configurations in weight.idl and not
440 on the configurations in obs[i].idl. Default False.
441 """
- 442 return reweight(rw, [self])[0]
+ 442 return reweight(weight, [self])[0]
443
444 def is_zero_within_error(self, sigma=1):
445 """Checks whether the observable is zero within 'sigma' standard errors.
@@ -2413,7 +2413,7 @@
440 the reweighting factor on all configurations in weight.idl and not
441 on the configurations in obs[i].idl. Default False.
442 """
-443 return reweight(rw, [self])[0]
+443 return reweight(weight, [self])[0]
444
445 def is_zero_within_error(self, sigma=1):
446 """Checks whether the observable is zero within 'sigma' standard errors.
@@ -3528,7 +3528,7 @@ print details about the ensembles and replica if true.
440 the reweighting factor on all configurations in weight.idl and not
441 on the configurations in obs[i].idl. Default False.
442 """
-443 return reweight(rw, [self])[0]
+443 return reweight(weight, [self])[0]