Changeset 48:d67087567943 in misc for snake.py


Ignore:
Timestamp:
11/11/09 02:55:28 (3 years ago)
Author:
Eriol
Branch:
misc
Tags:
tip
Convert:
svn:e60e002c-0983-44b9-b2ae-8842d539f768/misc@51
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • snake.py

    r47 r48  
    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.