aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith
diff options
context:
space:
mode:
Diffstat (limited to 'theories/ZArith')
-rw-r--r--theories/ZArith/Znumtheory.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v
index 8bd5117dcc..46ba76ffc7 100644
--- a/theories/ZArith/Znumtheory.v
+++ b/theories/ZArith/Znumtheory.v
@@ -30,8 +30,7 @@ Inductive Zdivide (a b:Z) : Prop :=
(** Syntax for divisibility *)
-Notation "a | b" := (Zdivide a b) (at level 260, no associativity) :
- Z_scope.
+Notation "( a | b )" := (Zdivide a b) (at level 0) : Z_scope.
(** Results concerning divisibility*)