From 9abdc72dadefae9bc0c197d21aa42e09d5fec6ee Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Tue, 13 Jul 2010 17:16:13 +0200 Subject: [PATCH] Unbreak doc build of image.scrbl. --- collects/teachpack/2htdp/scribblings/image.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index 06ec2325f8..b8de5e18c8 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -2,7 +2,7 @@ @(require (for-label (only-in racket/contract and/c or/c any/c not/c) 2htdp/image - (except-in lang/htdp-beginner make-posn posn? posn-x posn-y image?) + (except-in lang/htdp-beginner posn make-posn posn? posn-x posn-y image?) lang/posn racket/gui/base (only-in racket/base path-string?))