From 805f49f6ec795044f246d56344a2d14c3aa06b52 Mon Sep 17 00:00:00 2001 From: Pierre Rochard Date: Sun, 17 May 2015 17:28:56 -0400 Subject: [PATCH] Correcting typo in introspection (cherry picked from commit 9434356da63006b3bfbb7833bb62def4cda17189) --- doc/build/orm/mapping_styles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/mapping_styles.rst b/doc/build/orm/mapping_styles.rst index 7571ce650e..52c4783614 100644 --- a/doc/build/orm/mapping_styles.rst +++ b/doc/build/orm/mapping_styles.rst @@ -120,7 +120,7 @@ user-defined class, linked together with a :func:`.mapper`. When we talk about "the behavior of :func:`.mapper`", this includes when using the Declarative system as well - it's still used, just behind the scenes. -Runtime Intropsection of Mappings, Objects +Runtime Introspection of Mappings, Objects ========================================== The :class:`.Mapper` object is available from any mapped class, regardless -- 2.47.3