diff --git a/theories/telescopes.v b/theories/telescopes.v
index 6b7f521349912e1d94f228d6915cee7525a9bae7..1f8c8795b02d933345ab43b9f55a168dc6284d2c 100644
--- a/theories/telescopes.v
+++ b/theories/telescopes.v
@@ -125,7 +125,7 @@ Proof. unfold tele_fun_compose. rewrite tele_app_bind. done. Qed.
 (** Notation *)
 Notation "'[tele' x .. z ]" :=
   (TeleS (fun x => .. (TeleS (fun z => TeleO)) ..))
-  (x binder, z binder, format "[tele  '[hv' x .. z ']' ]").
+  (x binder, z binder, format "[tele  '[hv' x  ..  z ']' ]").
 Notation "'[tele' ]" := (TeleO)
   (format "[tele ]").