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?))