Changeset 46:8aea1622ab8a in misc for snake.py


Ignore:
Timestamp:
10/10/09 04:57:53 (3 years ago)
Author:
Eriol
Branch:
misc
Convert:
svn:e60e002c-0983-44b9-b2ae-8842d539f768/misc@49
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • snake.py

    r38 r46  
    11#!/usr/bin/env python 
     2# -*- coding: utf-8 -*- 
    23# 
    34# snake.py 
    45# Playing with ctypes and libcaca 
    5 # http://mornie.org/blog/2007/03/25/Playng-with-ctypes-and-libcaca/ 
     6# http://mornie.org/blog/2007/03/25/Playing-with-ctypes-and-libcaca/ 
    67# 
    78# Copyright (C) 2007  Daniele Tricoli aka Eriol <eriol@mornie.org> 
Note: See TracChangeset for help on using the changeset viewer.